UNPKG

jamis

Version:

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

9 lines (8 loc) 329 B
/** * 兼容配置,对于一些老的 api 设计的得不合理的地方做一些适配。 */ import type { RenderSchemaFilter } from 'jamis-core'; /** * 兼容老的用法,老用法 label 用在 checkbox 的右侧内容,新用法用 option 来代替。 */ export declare const checkboxPropsFilter: RenderSchemaFilter;