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

7 lines
141 B
Plaintext

/**
* Get rotation value
*/
declare function rotateFromString(value: string, defaultValue?: number): number;
export { rotateFromString };