mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 03:39:13 +08:00
6 lines
177 B
Text
6 lines
177 B
Text
declare function _exports(number: number, unit: string, { time, length, angle }: {
|
|
time?: boolean;
|
|
length?: boolean;
|
|
angle?: boolean;
|
|
}): string;
|
|
export = _exports;
|