UNPKG

@cmk/fe_utils

Version:
14 lines (12 loc) 364 B
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; };