UNPKG

polaris-glints

Version:

Glints forked polaris react

8 lines (7 loc) 273 B
/// <reference types="react" /> export interface KeyboardKeyProps { /** The content to display inside the key */ children?: string; } export declare function KeyboardKey({ children }: KeyboardKeyProps): JSX.Element; //# sourceMappingURL=KeyboardKey.d.ts.map