UNPKG

@html-eslint/eslint-plugin

Version:
11 lines 308 B
declare namespace _exports { export { Option }; } declare const _exports: RuleModule<[Option]>; export = _exports; type Option = { allowClass?: string[] | undefined; allowId?: string[] | undefined; }; import type { RuleModule } from "../types"; //# sourceMappingURL=require-explicit-size.d.ts.map