UNPKG

@tplc/business

Version:

10 lines (9 loc) 197 B
declare const useAutoHeight: ( id?: string, timeOut?: number, fullScreen?: boolean, ) => { height: import('vue').Ref<string> top: import('vue').Ref<number> } export default useAutoHeight