@cbinsights/fds
Version:
Form: A design system by CB Insights
30 lines (29 loc) • 1.05 kB
TypeScript
import { StoryObj } from '@storybook/react';
import { DialogProps } from '.';
export declare const Primary: StoryObj<DialogProps>;
export declare const DialogWithSubtitle: StoryObj<DialogProps>;
export declare const ScrollingContent: StoryObj<DialogProps>;
export declare const ScrollingContentWithFooter: StoryObj<DialogProps>;
export declare const ScrollingContentFooterPermanentBorder: StoryObj<DialogProps>;
export declare const DialogFromPopover: StoryObj<DialogProps>;
declare const _default: {
component: ({ role, width, height, onDismiss, alwaysShowBorder, isOpen, title, content, footerContent, subTitle, disablePortal, disableFocusTrap, }: DialogProps) => JSX.Element;
title: string;
argTypes: {
onDismiss: {
action: string;
};
};
parameters: {
docs: {
fds: {
related: string[];
};
page: () => JSX.Element;
description: {
component: string;
};
};
};
};
export default _default;