@airplane/views
Version:
A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.
5 lines (4 loc) • 1.11 kB
TypeScript
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, Pick<Partial<import("./Dialog.types").ConfirmationComponentProps>, "onClose" | "opened"> & Omit<import("./Dialog.types").ConfirmationComponentProps, "onClose" | "opened"> & Pick<import("./Dialog.types").Props, "id" | "defaultOpened">>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Pick<Partial<import("./Dialog.types").ConfirmationComponentProps>, "onClose" | "opened"> & Omit<import("./Dialog.types").ConfirmationComponentProps, "onClose" | "opened"> & Pick<import("./Dialog.types").Props, "id" | "defaultOpened">>;
export declare const CustomText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Pick<Partial<import("./Dialog.types").ConfirmationComponentProps>, "onClose" | "opened"> & Omit<import("./Dialog.types").ConfirmationComponentProps, "onClose" | "opened"> & Pick<import("./Dialog.types").Props, "id" | "defaultOpened">>;