UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

4 lines (3 loc) 184 B
import type { CSSObject } from '../_util/cssinjs'; import type { DerivativeToken } from '../theme/internal'; export declare const operationUnit: (token: DerivativeToken) => CSSObject;