UNPKG

@aplus-frontend/antdv

Version:

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

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; }