UNPKG

@opendatasoft/visualizations-react

Version:

Opendatasoft's React wrapper for visualization components.

7 lines (6 loc) 270 B
import { Meta, StoryObj } from '@storybook/react'; import { Table } from '../../src'; declare const meta: Meta<typeof Table>; export default meta; export declare const StickyColumns: StoryObj<typeof Table>; export declare const RtlStickyColumns: StoryObj<typeof Table>;