UNPKG

@ssplib/react-components

Version:
7 lines (6 loc) 236 B
import { Meta, StoryObj } from '@storybook/nextjs'; import Table from '../components/form/table/Table'; declare const meta: Meta<typeof Table>; export default meta; type Story = StoryObj<typeof Table>; export declare const Base: Story;