UNPKG

@opendatasoft/visualizations-react

Version:

Opendatasoft's React wrapper for visualization components.

8 lines (7 loc) 283 B
import { Meta, StoryObj } from '@storybook/react'; import { Table } from '../../src'; import './custom-style.css'; declare const meta: Meta<typeof Table>; export default meta; export declare const Sort: StoryObj<typeof Table>; export declare const ColorSort: StoryObj<typeof Table>;