jamis
Version:
一种支持通过JSON配置方式生成页面的组件库
8 lines (7 loc) • 305 B
TypeScript
export type { IFormItemStore, SFormItemStore } from './FormItemStore';
export type { IFormStore } from './FormStore';
export * from './Form.types';
export * from './FormItem.types';
export * from './Options.types';
export * from './wrapControl.types';
export type { HiddenControlSchema } from './Hidden';