UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

6 lines (5 loc) 273 B
import { Meta, Story } from '@storybook/react/types-6-0'; import { TableProps } from './Table.types'; declare const _default: Meta<import("@storybook/react/types-6-0").Args>; export default _default; export declare const TableHeadingWithListFilter: Story<TableProps>;