UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

13 lines (12 loc) 310 B
import { PlainObject } from '../types'; /** * 处理 Props 数据,所有带 On 结束的做一次 * * xxxOn * xxxExpr * * * @param schema * @param data */ export default function getExprProperties(schema: PlainObject, data?: object, blackList?: Array<string>, props?: any): PlainObject;