UNPKG

gather-content-ui

Version:
11 lines 404 B
export declare function ShortcutTrigger({ shortcutKey, onShortcutTrigger, withCtrlKey, withMetaKey, withAltKey, withShiftKey, }: any): null; export declare namespace ShortcutTrigger { var defaultProps: { withCtrlKey: boolean; withMetaKey: boolean; withShiftKey: boolean; withAltKey: boolean; }; } export default ShortcutTrigger; //# sourceMappingURL=index.d.ts.map