UNPKG

@cmk/fe_utils

Version:
12 lines (10 loc) 300 B
import { StackWrapperProps } from './stackWrapper'; import { FC } from 'react'; export declare const stackEditorComponentDef: { type: "Stack"; props: {}; icon: string; category: "layout"; component: FC<StackWrapperProps>; schema: import('../..').ExtendedObjectSchemaType; };