riku
2025-04-27 f46786f11c5c08ead7501a82e5a71430ad69b782
miniprogram_npm/tdesign-miniprogram/dropdown-menu/type.d.ts
@@ -1,11 +1,11 @@
export interface TdDropdownMenuProps {
    arrowIcon?: {
        type: null;
        value?: string | object;
    };
    closeOnClickOverlay?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    duration?: {
        type: null;