UNPKG

@spaced-out/ui-design-system

Version:
105 lines 2.47 kB
import * as React from 'react'; import type { ToastProps } from './'; declare const _default: { tags: string[]; title: string; argTypes: { semantic: { options: unknown[]; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: "success"; }; }; }; hideCloseIcon: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; time: { description: string; table: { type: { summary: string; }; defaultValue: { summary: null; }; }; }; initialFocus: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; customIcon: { description: string; table: { type: { summary: string; }; defaultValue: { summary: null; }; }; }; 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 _Toast: { (args: ToastProps): React.JSX.Element; args: { time: string; semantic: "success"; initialFocus: number; }; }; //# sourceMappingURL=Toast.stories.d.ts.map