UNPKG

@wordpress/components

Version:
11 lines (10 loc) 202 B
export type ShortcutProps = { /** * Classname to apply to the shortcut. */ className?: string; /** * Shortcut configuration */ shortcut?: string | { display: string; ariaLabel: string }; };