UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

6 lines 295 B
import RhineVarBase from "../rhine-var-base.class"; import { NativeType } from "../../native/native-type.enum"; export default class RhineVarXmlElement<T extends object = any> extends RhineVarBase<T> { _type: NativeType.XmlElement; } //# sourceMappingURL=rhine-var-xml-element.class.d.ts.map