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

6 lines
No EOL
185 B
TypeScript

import TextElement from './TextElement';
export default class TRefElement extends TextElement {
type: string;
getText(): string;
}
//# sourceMappingURL=TRefElement.d.ts.map