UNPKG

jamis

Version:

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

12 lines (11 loc) 420 B
export type { IFormItemStore, SFormItemStore } from './FormItemStore'; export * from './FormItem.types'; export * from './Options.types'; export * from './wrapControl.types'; export type { HiddenControlSchema } from './Hidden'; export type RenderControlFn = (params: { style?: Record<string, any>; controlClassName?: string; onFocus: (e: any) => void; onBlur: (e: any) => void; }) => JSX.Element | null;