operationUnit.d.ts 184 B

123
  1. import type { CSSObject } from '../_util/cssinjs';
  2. import type { DerivativeToken } from '../theme/internal';
  3. export declare const operationUnit: (token: DerivativeToken) => CSSObject;