/** * parse string to CSSStyleValue * @see https://drafts.csswg.org/cssom-1/#css-values * * eg. 1px, 1%, 1em, 1deg, 1turn, calc(10% + 1px) */ export * from './color'; export * from './dimension'; export * from './filter'; export * from './numeric'; export * from './path'; export * from './points'; export * from './transform'; export * from './transform-origin'; export * from './types'; //# sourceMappingURL=index.d.ts.map