database-petani-mobile/node_modules/canvg/lib/Document/TRefElement.d.ts
2026-02-23 16:39:35 +07:00

6 lines
185 B
TypeScript

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