UNPKG

@cmk/fe_utils

Version:
12 lines (10 loc) 290 B
import { BoxWrapperProps } from './boxWrapper'; import { FC } from 'react'; export declare const boxEditorComponentDef: { type: "Box"; props: {}; icon: string; category: "layout"; component: FC<BoxWrapperProps>; schema: import('../..').ExtendedObjectSchemaType; };