abhi2400's picture
Upload folder using huggingface_hub
04f98c3 verified
import Document from './Document';
import Element from './Element';
export default class FontFaceElement extends Element {
type: string;
readonly ascent: number;
readonly descent: number;
readonly unitsPerEm: number;
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
}
//# sourceMappingURL=FontFaceElement.d.ts.map