@wonderflow/react-components
Version:
UI components from Wonderflow's Wanda design system
10 lines • 1.14 kB
TypeScript
import { ComponentMeta, ComponentStory } from '@storybook/react';
import React from 'react';
import { Textfield } from './textfield';
declare const story: ComponentMeta<typeof Textfield>;
export default story;
export declare const Single: ComponentStory<React.ForwardRefExoticComponent<Pick<import("./textfield").TextfieldProps<Record<string, unknown>>, string> & React.RefAttributes<import("./base-field").PrimitiveInputType>>>;
export declare const Types: ComponentStory<React.ForwardRefExoticComponent<Pick<import("./textfield").TextfieldProps<Record<string, unknown>>, string> & React.RefAttributes<import("./base-field").PrimitiveInputType>>>;
export declare const Textarea: ComponentStory<React.ForwardRefExoticComponent<Pick<import("./textfield").TextfieldProps<Record<string, unknown>>, string> & React.RefAttributes<import("./base-field").PrimitiveInputType>>>;
export declare const WithIcon: ComponentStory<React.ForwardRefExoticComponent<Pick<import("./textfield").TextfieldProps<Record<string, unknown>>, string> & React.RefAttributes<import("./base-field").PrimitiveInputType>>>;
//# sourceMappingURL=textfield.stories.d.ts.map