diff --git a/apps/web-ele/src/components/form-create/typing.ts b/apps/web-ele/src/components/form-create/typing.ts index ccf970b12..35c1a39fc 100644 --- a/apps/web-ele/src/components/form-create/typing.ts +++ b/apps/web-ele/src/components/form-create/typing.ts @@ -1,5 +1,3 @@ -import type { Rule } from '@form-create/element-ui'; // 左侧拖拽按钮 - /** 数据字典 Select 选择器组件 Props 类型 */ export interface DictSelectProps { dictType: string; // 字典类型 @@ -22,25 +20,6 @@ export interface Menu { list: MenuItem[]; } -export type MenuList = Array