import { ItemType } from 'star-horse-lowcode'; export interface OtherPreps extends ItemType { /** * 匹配到指定组件类型才显示该属性 */ matchComp?: Array; actions?: Record; preps?: Record; } /** * 其它属性配置参数 */ export declare const otherPreps: OtherPreps[];