UNPKG

@iconify/utils

Version:

Common functions for working with Iconify icon sets used by various packages.

7 lines (5 loc) 141 B
/** * Get rotation value */ declare function rotateFromString(value: string, defaultValue?: number): number; export { rotateFromString };