UNPKG

@html-eslint/eslint-plugin

Version:
13 lines 437 B
declare namespace _exports { export { Tag, AnyNode, Option, RuleModule }; } declare const _exports: RuleModule; export = _exports; type Tag = import("@html-eslint/types").Tag; type AnyNode = import("@html-eslint/types").AnyNode; type Option = { allowClass?: string[] | undefined; allowId?: string[] | undefined; }; type RuleModule = import("../types").RuleModule<[Option]>; //# sourceMappingURL=require-explicit-size.d.ts.map