gather-content-ui
Version:
GatherContent UI Library
20 lines • 533 B
TypeScript
import { ShortcutTrigger as ShortcutTriggerComponent } from "lib";
declare const _default: {
title: string;
component: typeof ShortcutTriggerComponent;
argTypes: {
shortcutTriggered: {
action: string;
};
};
};
export default _default;
export declare const ShortcutTrigger: {
(args: any): import("react/jsx-runtime").JSX.Element;
parameters: {
controls: {
hideNoControlsWarning: boolean;
};
};
};
//# sourceMappingURL=ShortcutTrigger.stories.d.ts.map