UNPKG

element-easy-form

Version:

vue3.0 的自定义表单,基于element-Plus

13 lines (11 loc) 368 B
import { DragFormType } from './componentAttrsType'; export declare const container: DragFormType; export declare const compontent: DragFormType; export declare const componentList: DragFormType[]; /** * * @param array 自定义数据 * @param currentId 当前选中id * @returns */ export declare const findParent: (array: any, currentId: any) => DragFormType;