UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

4 lines (2 loc) 142 B
import { SizeDict } from '../../utils/css/type'; export declare function getSizes(object: SizeDict, prefix: string): Record<string, string>;