mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 00:39:30 +08:00
6 lines
201 B
Text
6 lines
201 B
Text
/**
|
|
* Calculate second dimension when only 1 dimension is set
|
|
*/
|
|
declare function calculateSize(size: string | number, ratio: number, precision?: number): string | number;
|
|
|
|
export { calculateSize };
|