riku
18 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
miniprogram_npm/tdesign-miniprogram/back-top/type.d.ts
@@ -1,19 +1,15 @@
export interface TdBackTopProps {
    style?: {
        type: StringConstructor;
        value?: string;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: ['t-class', 't-class-icon', 't-class-text'];
    };
    fixed?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    icon?: {
        type: null;
        value?: boolean | string | object;
        value?: string | boolean | object;
    };
    scrollTop?: {
        type: NumberConstructor;
        value?: number;
    };
    text?: {
        type: StringConstructor;
@@ -23,4 +19,8 @@
        type: StringConstructor;
        value?: 'round' | 'half-round' | 'round-dark' | 'half-round-dark';
    };
    visibilityHeight?: {
        type: NumberConstructor;
        value?: number;
    };
}