lucid-ui
Version:
A UI component library from Xandr.
12 lines • 549 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { IAxisProps } from './Axis';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<IAxisProps>;
export declare const Top: Story<IAxisProps>;
export declare const Left: Story<IAxisProps>;
export declare const Right: Story<IAxisProps>;
export declare const Time: Story<IAxisProps>;
export declare const Ordinal: Story<IAxisProps>;
export declare const DiagonalText: Story<IAxisProps>;
//# sourceMappingURL=Axis.stories.d.ts.map