UNPKG

@builder.io/mitosis

Version:

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

7 lines (6 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dashCase = void 0; const lodash_1 = require("lodash"); const dashCase = (string) => (0, lodash_1.kebabCase)(string); exports.dashCase = dashCase;