UNPKG

vue3-free-layout

Version:

[vue3+ts]拖动布局,自由拖动,标尺,放大缩小,控件之间的标尺

10 lines (9 loc) 269 B
declare const Browser: { isFirefox: () => boolean; isIE: () => boolean; isEdge: () => boolean; isChrome: (context?: Window & typeof globalThis) => boolean; isSafari: () => boolean; isIOSChrome: () => boolean; }; export default Browser;