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