astro-ghostcms/.pnpm-store/v3/files/29/b365a4d394ec72fef5dbab73fd5...

7 lines
141 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Get rotation value
*/
declare function rotateFromString(value: string, defaultValue?: number): number;
export { rotateFromString };