UNPKG

@kadconsulting/dry

Version:
13 lines (12 loc) 443 B
/// <reference types="react" /> import type { StoryObj } from '@storybook/react'; import type { TextareaProps } from './TextareaTypes'; declare const _default: { title: string; tags: string[]; component: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLDivElement>>; argTypes: {}; }; export default _default; type Story = StoryObj<TextareaProps>; export declare const Default: Story;