Files
turftracker/frontend/node_modules/canvg/lib/Document/FontFaceElement.d.ts
2026-04-09 13:19:47 -05:00

10 lines
373 B
TypeScript

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