UNPKG

ant-design-x-vue-next

Version:

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

9 lines (8 loc) 198 B
export interface LinterInfo { path?: string; hashId?: string; parentSelectors: string[]; } export interface Linter { (key: string, value: string | number, info: LinterInfo): void; }