UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

5 lines (4 loc) 211 B
import type { ControlOutterProps, FormControlProps } from '../types'; export declare const useWrapControl: <T extends FormControlProps>(props: ControlOutterProps) => T & { onChange: (value: any) => void; };