You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
668 B
10 lines
668 B
2 years ago
|
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;
|
||
|
//# sourceMappingURL=foreign-content.d.ts.map
|