UNPKG

@cmk/fe_utils

Version:
12 lines (11 loc) 340 B
export declare const DialogComponentDef: { type: "Dialog"; props: { open: boolean; }; state: false; icon: string; category: "navigation"; component: (props: import('./DialogWrapper').DialogWrapperProps) => import("react/jsx-runtime").JSX.Element; schema: import('../..').ExtendedObjectSchemaType; };