@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
11 lines • 308 B
TypeScript
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