riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/search/type.d.ts
@@ -15,6 +15,10 @@
        type: BooleanConstructor;
        value?: boolean;
    };
    clearTrigger?: {
        type: StringConstructor;
        value?: 'always' | 'focus';
    };
    clearable?: {
        type: BooleanConstructor;
        value?: boolean;
@@ -30,6 +34,7 @@
    cursor: {
        type: NumberConstructor;
        value?: number;
        required?: boolean;
    };
    cursorSpacing?: {
        type: NumberConstructor;
@@ -70,6 +75,11 @@
    placeholderStyle: {
        type: StringConstructor;
        value?: string;
        required?: boolean;
    };
    readonly?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    resultList?: {
        type: ArrayConstructor;
@@ -86,10 +96,6 @@
    shape?: {
        type: StringConstructor;
        value?: 'square' | 'round';
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    type?: {
        type: StringConstructor;