hrms-manual/node_modules/canvg/lib/Document/TRefElement.d.ts

6 lines
185 B
TypeScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
import TextElement from './TextElement';
export default class TRefElement extends TextElement {
type: string;
getText(): string;
}
//# sourceMappingURL=TRefElement.d.ts.map