import { FC } from 'react'; import { DSLQuery } from '@lingxiteam/dsl'; import './index.less'; interface SetExpressionByArrayProps { value: any; onChange: any; eventDataMap: any; data: any; path: any[]; todoObjectMap: any; useCtxSelectOptions: any; DSLCore: DSLQuery; globalDataSource: any[]; /** * 表单控件关联关系 */ formCompRelation: Record; } declare const SetExpressionByArray: FC; export default SetExpressionByArray;