site/node_modules/mathjax-full/js/adaptors/lite/Document.d.ts

10 lines
212 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { LiteElement } from './Element.js';
export declare class LiteDocument {
root: LiteElement;
head: LiteElement;
body: LiteElement;
type: string;
get kind(): string;
constructor();
}