nutui-taro-upgrade
Version:
@nutui/nutui-taro 对京东风格组件库的taro4 版本支持
6 lines (5 loc) • 357 B
TypeScript
import { Ref } from 'vue';
type ScrollElement = HTMLElement | Window;
export declare function getScrollParent(el: Element, root?: ScrollElement | undefined): Window | Element;
export declare function useScrollParent(el: Ref<Element | undefined>, root?: ScrollElement | undefined): Ref<Window | Element | undefined, Window | Element | undefined>;
export {};