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

10 lines
373 B
TypeScript

import Document from './Document';
import PathElement from './PathElement';
export default class GlyphElement extends PathElement {
type: string;
readonly horizAdvX: number;
readonly unicode: string;
readonly arabicForm: string;
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
}
//# sourceMappingURL=GlyphElement.d.ts.map