UNPKG

@aplus-frontend/antdv

Version:

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

5 lines (4 loc) 116 B
import type { CSSObject } from '..'; export interface Transformer { visit?: (cssObj: CSSObject) => CSSObject; }