UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

19 lines 885 B
/// <reference types="react" /> import { Meta } from '@storybook/react'; import Modal from './Modal'; declare const meta: Meta<typeof Modal>; export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, { id: string; children?: any; closeOnBackdropClick?: boolean | undefined; classnames?: string | undefined; disablePortal?: boolean | undefined; size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined; } & { open: boolean; onClose?: (() => void) | undefined; disablePortal?: boolean | undefined; blurredNodeSelector?: string | undefined; } & import("@amsterdam/asc-ui/lib/components/BackDrop/BackDropStyle").Props & import("@amsterdam/asc-ui/lib/components/Portal").Props & import("react").HTMLAttributes<HTMLElement>>; export default meta; //# sourceMappingURL=Modal.stories.d.ts.map