UNPKG

433 BTypeScriptView Raw
1import { UpdatingOpcode } from '@glimmer/interfaces';
2import { Reference } from '@glimmer/reference';
3import { SimpleText } from '@simple-dom/interface';
4export default class DynamicTextContent implements UpdatingOpcode {
5 node: SimpleText;
6 private reference;
7 private lastValue;
8 constructor(node: SimpleText, reference: Reference<unknown>, lastValue: string);
9 evaluate(): void;
10}
11//# sourceMappingURL=text.d.ts.map
\No newline at end of file