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