2023-10-03 11:14:36 +08:00
|
|
|
import { TAG_ID as $, NS } from './html.js';
|
|
|
|
import type { TagToken, Attribute } from './token.js';
|
|
|
|
export declare const SVG_TAG_NAMES_ADJUSTMENT_MAP: Map<string, string>;
|
|
|
|
export declare function causesExit(startTagToken: TagToken): boolean;
|
|
|
|
export declare function adjustTokenMathMLAttrs(token: TagToken): void;
|
|
|
|
export declare function adjustTokenSVGAttrs(token: TagToken): void;
|
|
|
|
export declare function adjustTokenXMLAttrs(token: TagToken): void;
|
|
|
|
export declare function adjustTokenSVGTagName(token: TagToken): void;
|
|
|
|
export declare function isIntegrationPoint(tn: $, ns: NS, attrs: Attribute[], foreignNS?: NS): boolean;
|
2023-09-25 15:58:56 +08:00
|
|
|
//# sourceMappingURL=foreign-content.d.ts.map
|