@spaced-out/ui-design-system
Version:
Sense UI components library
97 lines • 2.32 kB
TypeScript
import * as React from 'react';
import type { ErrorMessageProps } from './ErrorMessage';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<ErrorMessageProps, HTMLDivElement>;
argTypes: {
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
children: {
description: string;
table: {
type: {
summary: string;
};
};
};
imageVariant: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
heading: {
description: 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 _ErrorMessage: {
(args: ErrorMessageProps): React.JSX.Element;
args: {
heading: string;
title: string;
description: string;
imageVariant: string;
};
};
//# sourceMappingURL=ErrorMessage.stories.d.ts.map