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