hrms-manual/node_modules/canvg/lib/Document/MissingGlyphElement.d.ts
2023-09-06 14:51:44 +07:00

6 lines
No EOL
206 B
TypeScript

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