@spaced-out/ui-design-system
Version:
Sense UI components library
149 lines • 3.52 kB
TypeScript
import * as React from 'react';
import type { ModalProps } from './Modal';
declare const _default: {
tags: string[];
title: string;
argTypes: {
isOpen: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
size: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
hideBackdrop: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
tapOutsideToClose: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
customAnimation: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
children: {
description: string;
table: {
type: {
summary: string;
};
};
};
onClose: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
initialFocus: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Modal: {
(args: ModalProps): React.JSX.Element;
args: {
hideBackdrop: boolean;
tapOutsideToClose: boolean;
initialFocus: number;
size: string;
};
};
export declare const _ModalWithOverflowBody: {
(args: ModalProps): React.JSX.Element;
args: {
hideBackdrop: boolean;
tapOutsideToClose: boolean;
initialFocus: number;
size: string;
};
};
//# sourceMappingURL=Modal.stories.d.ts.map