UNPKG

@thenewboston/ui

Version:

UI Library for the thenewboston community

6 lines (5 loc) 189 B
import { Meta, Story } from '@storybook/react'; import { ButtonProps } from './index'; declare const meta: Meta; export default meta; export declare const Default: Story<ButtonProps>;