blob: 90cc12d5ba8a3685b5a3c2b63a24edab6dfe8e3a [file] [log] [blame]
import { HtmlAttrTarget } from "../parse/parse-html-data/html-tag.js";
import { AnalyzerHtmlStore } from "../store/analyzer-html-store.js";
import { HtmlNodeAttr } from "../types/html-node/html-node-attr-types.js";
export declare function suggestTargetForHtmlAttr(htmlNodeAttr: HtmlNodeAttr, htmlStore: AnalyzerHtmlStore): HtmlAttrTarget | undefined;
//# sourceMappingURL=attribute-util.d.ts.map