UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines 233 B
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