UNPKG

v-dashkit

Version:

This template should help get you started developing with Vue 3 in Vite.

3 lines (2 loc) 147 B
import type { Size, SizeObj, SizeValueType } from "@/types/types"; export declare const sizeToSizeObject: (size?: Size) => SizeObj<SizeValueType>;