mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 16:29:30 +08:00
6 lines
141 B
Text
6 lines
141 B
Text
/**
|
|
* Get rotation value
|
|
*/
|
|
declare function rotateFromString(value: string, defaultValue?: number): number;
|
|
|
|
export { rotateFromString };
|