miniprogram_npm/tdesign-miniprogram/dropdown-menu/type.d.ts
@@ -1,19 +1,15 @@ export interface TdDropdownMenuProps { arrowIcon?: { type: null; value?: string | object; }; closeOnClickOverlay?: { type: BooleanConstructor; value?: boolean; }; style?: { type: StringConstructor; value?: string; }; duration?: { type: null; value?: string | number; }; externalClasses?: { type: ArrayConstructor; value?: ['t-class', 't-class-item', 't-class-label', 't-class-icon']; }; showOverlay?: { type: BooleanConstructor;