@spaced-out/ui-design-system
Version:
Sense UI components library
164 lines • 3.94 kB
TypeScript
import * as React from 'react';
import type { InContextAlertProps } from './InContextAlert';
declare const _default: {
tags: string[];
title: string;
argTypes: {
actionText: {
name: string;
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
onAction: {
name: string;
action: string;
description: string;
type: {
summary: string;
};
};
semantic: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: "neutral";
};
};
};
onCloseClick: {
name: string;
action: string;
description: string;
type: {
summary: string;
};
};
dismissable: {
description: string;
name: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
selfDismiss: {
description: string;
name: string;
options: boolean[];
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
leftIconName: {
name: string;
control: {
type: string;
};
description: string;
table: {
type: {
summary: string;
};
};
};
leftIconType: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
children: {
description: string;
table: {
type: {
summary: string;
};
};
};
classNames: {
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 _Default: {
(args: InContextAlertProps): React.JSX.Element;
args: {
children: string;
semantic: string;
leftIconName: string;
};
};
export declare const _Dismissable: {
(args: InContextAlertProps): React.JSX.Element;
args: {
children: string;
semantic: string;
dismissable: boolean;
selfDismiss: boolean;
leftIconName: string;
};
};
export declare const _Actionable: {
(args: InContextAlertProps): React.JSX.Element;
args: {
children: string;
semantic: string;
actionText: string;
};
};
//# sourceMappingURL=InContextAlert.stories.d.ts.map