Repository URL to install this package:
|
Version:
0.4.48 ▾
|
import React from "react";
export type Hint = {
key: string;
label: string;
};
export declare function KeyBar({ hints }: {
hints: Hint[];
}): React.JSX.Element;
//# sourceMappingURL=KeyHint.d.ts.map