UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 143 B
import type { ComponentSize } from 'element-plus/es/constants'; export declare const getComponentSize: (size?: ComponentSize) => 40 | 32 | 24;