UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

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