UNPKG

@wordpress/components

Version:
8 lines 240 B
/// <reference types="react" /> /** * Internal dependencies */ import type { ShortcutProps } from './types'; declare function Shortcut(props: ShortcutProps): JSX.Element | null; export default Shortcut; //# sourceMappingURL=index.d.ts.map