UNPKG

@wordpress/components

Version:
14 lines 282 B
export type ShortcutProps = { /** * Classname to apply to the shortcut. */ className?: string; /** * Shortcut configuration */ shortcut?: string | { display: string; ariaLabel: string; }; }; //# sourceMappingURL=types.d.ts.map