UNPKG

gov-gui

Version:

Gov UI Component Library Demo ready Build

302 lines (301 loc) 7.95 kB
import '../../global/animate.min.css'; declare const _default: { title: string; tags: string[]; parameters: { actions: { handles: { confirmClicked: import("@vitest/spy").Mock<(...args: any[]) => any>; cancelClicked: import("@vitest/spy").Mock<(...args: any[]) => any>; popupOpened: import("@vitest/spy").Mock<(...args: any[]) => any>; popupClosed: import("@vitest/spy").Mock<(...args: any[]) => any>; }; }; }; argTypes: { confirmClicked: { control: string; action: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: () => void; }; category: string; }; }; cancelClicked: { control: string; action: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: () => void; }; category: string; }; }; popupOpened: { control: string; action: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: () => void; }; category: string; }; }; popupClosed: { control: string; action: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: () => void; }; category: string; }; }; header: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; subheader: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; showCancelButton: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; category: string; }; }; showConfirmButton: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; category: string; }; }; cancelButtonText: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; confirmButtonText: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; confirmButtonVariant: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; cancelButtonVariant: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; backdropClose: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; category: string; }; }; disableClose: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; category: string; }; }; animation: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animationDelay: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animationSpeed: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; content: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; styles: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; buttonStyles: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; classes: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; }; }; export default _default; export declare const Popup: any;