@spaced-out/ui-design-system
Version:
Sense UI components library
136 lines • 3.29 kB
TypeScript
import * as React from 'react';
import type { NotificationProps } from './Notification';
declare const _default: {
tags: string[];
title: string;
argTypes: {
semantic: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: "success";
};
};
};
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;
};
};
};
iconLeftName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconLeftType: {
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: NotificationProps): React.JSX.Element;
args: {
semantic: "success";
iconLeftName: string;
children: string;
dismissable: boolean;
};
};
export declare const _Dismissable: {
(args: NotificationProps): React.JSX.Element;
args: {
semantic: "success";
children: string;
iconLeftName: string;
dismissable: boolean;
selfDismiss: boolean;
};
};
//# sourceMappingURL=Notification.stories.d.ts.map