pixel-unit-regexp.d.ts 80 Bytes
declare function getUnitRegexp(unit: string): RegExp;
export { getUnitRegexp };