@cimpress/react-components
Version:
React components to support the MCP styleguide
11 lines • 452 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { Table } from '../Table';
declare const meta: Meta<typeof Table>;
export default meta;
type Story = StoryObj<typeof Table>;
export declare const Default: Story;
export declare const PaginationAndSorting: Story;
export declare const LoadingWithData: Story;
export declare const LoadingNoData: Story;
export declare const CustomCellRender: Story;
//# sourceMappingURL=Table.stories.d.ts.map