UNPKG

382 BTypeScriptView Raw
1import Document from './Document';
2import PathElement from './PathElement';
3export default class GlyphElement extends PathElement {
4 type: string;
5 readonly horizAdvX: number;
6 readonly unicode: string;
7 readonly arabicForm: string;
8 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
9}
10//# sourceMappingURL=GlyphElement.d.ts.map
\No newline at end of file