UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

13 lines (12 loc) 371 B
declare function onChange(callback: Function): void; declare function offChange(callback: Function): void; export declare const safeAreaInsets: { readonly support: boolean; readonly top: number; readonly left: number; readonly right: number; readonly bottom: number; onChange: typeof onChange; offChange: typeof offChange; }; export default safeAreaInsets;