UNPKG

@ssplib/react-components

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