@spaced-out/ui-design-system
Version:
Sense UI components library
91 lines • 2.17 kB
TypeScript
import * as React from 'react';
import type { EmptyStateProps } from './EmptyState';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<EmptyStateProps, HTMLDivElement>;
argTypes: {
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
children: {
type: {
optional: boolean;
};
description: string;
table: {
type: {
summary: string;
};
};
};
imageVariant: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
title: {
description: string;
table: {
type: {
summary: string;
};
};
};
description: {
description: string;
table: {
type: {
summary: string;
};
};
};
customImageUrl: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _EmptyState: {
(args: EmptyStateProps): React.JSX.Element;
args: {
title: string;
description: string;
imageVariant: string;
};
};
//# sourceMappingURL=EmptyState.stories.d.ts.map