UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

11 lines (10 loc) 411 B
import type { Meta, StoryObj } from '@storybook/react'; import HighTable from './HighTable.js'; declare const meta: Meta<typeof HighTable>; export default meta; type Story = StoryObj<typeof HighTable>; export declare const Default: Story; export declare const Placeholders: Story; export declare const UndefinedCells: Story; export declare const MultiSort: Story; export declare const CustomHeaderStyle: Story;