@cmk/fe_utils
Version:
frontend utility library
14 lines (12 loc) • 364 B
TypeScript
import { AlertWrapperProps } from './AlertWrapper';
export declare const AlertComponentDef: {
type: "Alert";
props: {
open: boolean;
};
state: false;
icon: string;
category: "navigation";
component: (props: AlertWrapperProps) => import("react/jsx-runtime").JSX.Element;
schema: import('../..').ExtendedObjectSchemaType;
};