UNPKG

@thenewboston/ui

Version:

UI Library for the thenewboston community

7 lines (6 loc) 223 B
import { Meta, Story } from '@storybook/react'; import { TextFieldProps } from './index'; import './TextField.scss'; declare const meta: Meta; export default meta; export declare const Default: Story<TextFieldProps>;