UNPKG

@ssplib/react-components

Version:
8 lines (7 loc) 270 B
import { Meta, StoryObj } from '@storybook/nextjs'; import 'react-toastify/ReactToastify.min.css'; declare const meta: Meta<typeof Teste>; export default meta; type Story = StoryObj<typeof Teste>; export declare const Base: Story; declare function Teste(): JSX.Element;