lucid-ui
Version:
A UI component library from Xandr.
10 lines • 535 B
TypeScript
import { Meta, Story } from '@storybook/react';
import { IScrollTableProps } from './ScrollTable';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<IScrollTableProps>;
export declare const WithBorder: Story<IScrollTableProps>;
export declare const SetWidthAndHeight: Story<IScrollTableProps>;
export declare const FullWidth: Story<IScrollTableProps>;
export declare const SetTableWidth: Story<IScrollTableProps>;
//# sourceMappingURL=ScrollTable.stories.d.ts.map