riku
2024-08-14 f2a0ea849099f49a3d2a9c7e5c44d033df22468f
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;