@cmk/fe_utils
Version:
frontend utility library
12 lines (11 loc) • 340 B
TypeScript
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;
};