UNPKG

@vuesax-alpha/nightly

Version:
10 lines (7 loc) 260 B
import { getCssDimensions } from '../utils/get-css-demenssions.mjs'; function getDimensions(element) { const { width, height } = getCssDimensions(element); return { width, height }; } export { getDimensions }; //# sourceMappingURL=get-dimensions.mjs.map