UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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;