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

6 lines
180 B
TypeScript

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