hz-zhhq-web/node_modules/canvg/lib/Document/MissingGlyphElement.d.ts

6 lines
201 B
TypeScript
Raw Normal View History

2025-02-25 13:43:48 +08:00
import PathElement from './PathElement';
export default class MissingGlyphElement extends PathElement {
type: string;
readonly horizAdvX = 0;
}
//# sourceMappingURL=MissingGlyphElement.d.ts.map