UNPKG

623 BTypeScriptView Raw
1import { TAG_ID as $, NS } from './html.js';
2import type { TagToken, Attribute } from './token.js';
3export declare const SVG_TAG_NAMES_ADJUSTMENT_MAP: Map<string, string>;
4export declare function causesExit(startTagToken: TagToken): boolean;
5export declare function adjustTokenMathMLAttrs(token: TagToken): void;
6export declare function adjustTokenSVGAttrs(token: TagToken): void;
7export declare function adjustTokenXMLAttrs(token: TagToken): void;
8export declare function adjustTokenSVGTagName(token: TagToken): void;
9export declare function isIntegrationPoint(tn: $, ns: NS, attrs: Attribute[], foreignNS?: NS): boolean;