gather-content-ui
Version:
GatherContent UI Library
29 lines • 737 B
TypeScript
import { TextForm as TextFormComponent } from "lib";
declare const _default: {
title: string;
component: typeof TextFormComponent;
args: {
showFailure: boolean;
inputSize: string;
buttonSize: string;
};
argTypes: {
inputSize: {
name: string;
control: {
type: string;
};
options: string[];
};
buttonSize: {
name: string;
control: {
type: string;
};
options: string[];
};
};
};
export default _default;
export declare function TextForm(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Form.stories.d.ts.map