@visactor/react-vrender
Version:
## Description
23 lines (21 loc) • 1.25 kB
JavaScript
function ElementOf(type) {
return type;
}
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.ShadowRoot = exports.Glyph = exports.Polygon = exports.RichText = exports.Text = exports.VRenderSymbol = exports.Rect3d = exports.Rect = exports.Path = exports.Line = exports.Image = exports.Group = exports.Circle = exports.Area = exports.Arc = exports.Layer = exports.TYPES = exports.ElementOf = void 0,
exports.ElementOf = ElementOf, exports.TYPES = {
layer: "Layer",
arc: "Arc",
rect: "Rect",
circle: "Circle",
area: "Area",
group: "Group"
}, exports.Layer = ElementOf("layer"), exports.Arc = ElementOf("arc"), exports.Area = ElementOf("area"),
exports.Circle = ElementOf("circle"), exports.Group = ElementOf("group"), exports.Image = ElementOf("image"),
exports.Line = ElementOf("line"), exports.Path = ElementOf("path"), exports.Rect = ElementOf("rect"),
exports.Rect3d = ElementOf("rect3d"), exports.VRenderSymbol = ElementOf("symbol"),
exports.Text = ElementOf("text"), exports.RichText = ElementOf("richtext"), exports.Polygon = ElementOf("polygon"),
exports.Glyph = ElementOf("glyph"), exports.ShadowRoot = ElementOf("shadowroot");
//# sourceMappingURL=host-elements.js.map
;