MCPcopy Create free account
hub / github.com/KaTeX/KaTeX /

Class

src/tree.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 * children and doesn't have any DOM node properties.
20 */
21export class DocumentFragment<ChildType extends VirtualNode>
22 implements HtmlDomNode, MathDomNode {
23 children: ReadonlyArray<ChildType>;
24 classes: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected