UNPKG

@thenewboston/ui

Version:

UI Library for the thenewboston community

9 lines (8 loc) 282 B
import { Meta, Story } from '@storybook/react'; import { ToastProps } from './index'; import '../../styles/core.css'; import '../../styles/colors.css'; import './Toast.scss'; declare const meta: Meta; export default meta; export declare const ToastStory: Story<ToastProps>;