lucid-ui
Version:
A UI component library from Xandr.
8 lines • 446 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { IEmptyStateWrapperProps } from './EmptyStateWrapper';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<IEmptyStateWrapperProps>;
export declare const IsLoading: Story<IEmptyStateWrapperProps>;
export declare const YouHaveNoData: Story<IEmptyStateWrapperProps>;
//# sourceMappingURL=EmptyStateWrapper.stories.d.ts.map