2 lines
112 B
TypeScript
2 lines
112 B
TypeScript
|
|
export declare const getComponentSize: (size?: "" | "default" | "small" | "large" | undefined) => 40 | 32 | 24;
|