Files
Housekeeping-web-admin/node_modules/canvg/lib/Document/FontFaceElement.d.ts
T
2026-06-24 09:48:54 +02:00

10 lines
364 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