UNPKG

@builder.io/mitosis

Version:

Write components once, run everywhere. Compiles to Vue, React, Solid, and Liquid. Import code from Figma and Builder.io

6 lines (5 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseJsx = void 0; var jsx_1 = require("./jsx"); Object.defineProperty(exports, "parseJsx", { enumerable: true, get: function () { return jsx_1.parseJsx; } });