UNPKG

@chamn/engine

Version:
9 lines (8 loc) 289 B
import { CSetter } from '../type'; import { MaterialPropType } from '@chamn/model'; export type CShapeSetterProps = { elements: MaterialPropType[]; initialValue?: Record<string, any>; value: Record<string, any>; }; export declare const ShapeSetter: CSetter<CShapeSetterProps>;