riku
2025-04-21 0746b7bbe6aa3d9f02e03654a2cd4fde2081c335
miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
@@ -4,8 +4,8 @@
        value?: 'top' | 'middle' | 'bottom';
    };
    arrow?: {
        type: BooleanConstructor;
        value?: boolean;
        type: null;
        value?: boolean | object;
    };
    bordered?: {
        type: BooleanConstructor;
@@ -45,8 +45,8 @@
        value?: 'switchTab' | 'reLaunch' | 'redirectTo' | 'navigateTo';
    };
    leftIcon?: {
        type: StringConstructor;
        value?: string;
        type: null;
        value?: string | object;
    };
    note?: {
        type: StringConstructor;
@@ -57,8 +57,8 @@
        value?: boolean;
    };
    rightIcon?: {
        type: StringConstructor;
        value?: string;
        type: null;
        value?: string | object;
    };
    title?: {
        type: StringConstructor;