gather-content-ui
Version:
GatherContent UI Library
11 lines • 404 B
TypeScript
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