UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines 272 B
import React from 'react'; type Size = 'small'; export interface KeyboardKeyProps { children?: string; size?: Size; } export declare function KeyboardKey({ children, size }: KeyboardKeyProps): React.JSX.Element; export {}; //# sourceMappingURL=KeyboardKey.d.ts.map