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; @@ -40,6 +44,10 @@ type: StringConstructor; value?: string; }; showScrollbar?: { type: BooleanConstructor; value?: boolean; }; upperThreshold?: { type: null; value?: string | number;