UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

9 lines 322 B
interface ScrollControlConfig { debounceTime?: number; throttleTime?: number; scrollContainer?: HTMLElement | Window | null; enableScrollObserver?: boolean; } declare const _default: (config?: ScrollControlConfig | undefined) => boolean; export default _default; //# sourceMappingURL=useScrollLock.d.ts.map