press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
6 lines (5 loc) • 352 B
TypeScript
export { nextTick } from '../vue3/adapter';
export declare function getSystemInfoSync(): Record<string, any>;
export declare function requestAnimationFrame(cb: Function): number;
export declare function groupSetData(context: any, cb: Function): void;
export declare function intersectionObserverPloyFill({ selector, callback, options }: any): boolean;