UNPKG

@kadconsulting/dry

Version:
16 lines 376 B
import Textarea from './Textarea'; export default { title: 'Components/FormInputs/Textarea', tags: ['autodocs'], component: Textarea, argTypes: { // Define controls for component props here }, }; export const Default = { // Define default args for the story here args: { title: '', }, }; //# sourceMappingURL=Textarea.stories.js.map