riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/pull-down-refresh/type.d.ts
@@ -1,5 +1,9 @@
import { LoadingProps } from '../loading/index';
export interface TdPullDownRefreshProps {
    disabled?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    enableBackToTop?: {
        type: BooleanConstructor;
        value?: boolean;
@@ -7,10 +11,6 @@
    enablePassive?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: ['t-class', 't-class-loading', 't-class-text', 't-class-indicator'];
    };
    loadingBarHeight?: {
        type: null;
@@ -40,10 +40,22 @@
        type: StringConstructor;
        value?: string;
    };
    showScrollbar?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    successDuration?: {
        type: null;
        value?: string | number;
    };
    upperThreshold?: {
        type: null;
        value?: string | number;
    };
    usingCustomNavbar?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    value?: {
        type: BooleanConstructor;
        value?: boolean;