riku
9 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
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,11 @@
    cursor: {
        type: NumberConstructor;
        value?: number;
        required?: boolean;
    };
    cursorColor?: {
        type: StringConstructor;
        value?: string;
    };
    cursorSpacing?: {
        type: NumberConstructor;
@@ -70,6 +79,11 @@
    placeholderStyle: {
        type: StringConstructor;
        value?: string;
        required?: boolean;
    };
    readonly?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    resultList?: {
        type: ArrayConstructor;
@@ -86,10 +100,6 @@
    shape?: {
        type: StringConstructor;
        value?: 'square' | 'round';
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    type?: {
        type: StringConstructor;