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

6 lines
201 B
TypeScript

import PathElement from './PathElement';
export default class MissingGlyphElement extends PathElement {
type: string;
readonly horizAdvX = 0;
}
//# sourceMappingURL=MissingGlyphElement.d.ts.map