gather-content-ui
Version:
GatherContent UI Library
13 lines • 375 B
TypeScript
import ButtonComponent from '../../lib/Button';
declare const _default: {
title: string;
component: typeof ButtonComponent;
argTypes: {
clickHandler: {
action: string;
};
};
};
export default _default;
export declare const Button: (args: any) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Button.stories.d.ts.map