jstd-web/node_modules/element-plus/lib/utils/vue/size.d.ts

2 lines
112 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
export declare const getComponentSize: (size?: "" | "default" | "small" | "large" | undefined) => 40 | 32 | 24;