Files
2026-04-09 13:19:47 -05: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