IOweb/node_modules/@iconify/utils/lib/customisations/rotate.d.ts
2026-07-03 15:07:38 -05:00

6 lines
141 B
TypeScript

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