UNPKG

gather-content-ui

Version:
25 lines 635 B
import { Card as CardComponent } from "lib"; declare const _default: { title: string; component: typeof CardComponent; args: { interactive: boolean; selected: boolean; highlighted: boolean; added: boolean; removed: boolean; active: boolean; }; argTypes: { size: { name: string; options: string[]; control: { type: string; }; }; }; }; export default _default; export declare function Card(args: any): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Card.stories.d.ts.map