UNPKG

@cmk/fe_utils

Version:
12 lines (10 loc) 295 B
import { GridWrapperProps } from './gridWrapper'; import { FC } from 'react'; export declare const gridEditorComponentDef: { type: "Grid"; props: {}; icon: string; category: "layout"; component: FC<GridWrapperProps>; schema: import('../..').ExtendedObjectSchemaType; };