UNPKG

vite-uni-dev-tool

Version:

vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试

15 lines 448 B
/** * 计算因导航栏高度导致的调试器高度异常 * * @param {Record<string, any>} [style] * @return {*} */ declare const useContainerStyle: (style?: Record<string, any>) => { contentType: import('vue').Ref<string, string>; customStyle: { [x: string]: any; }; contentHeight: import('vue').Ref<number, number>; }; export default useContainerStyle; //# sourceMappingURL=useContainerStyle.d.ts.map