UNPKG

@html-eslint/eslint-plugin

Version:
10 lines 399 B
declare namespace _exports { export { RuleModule, Tag, StyleTag, ScriptTag }; } declare const _exports: RuleModule; export = _exports; type RuleModule = import("../types").RuleModule<[]>; type Tag = import("@html-eslint/types").Tag; type StyleTag = import("@html-eslint/types").StyleTag; type ScriptTag = import("@html-eslint/types").ScriptTag; //# sourceMappingURL=no-positive-tabindex.d.ts.map