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) 275 B
/** * Similar to our `stableJSONSerialize` function, except that it does not stringify the values: it injects them as-is. * This is needed for our `MitosisState` values which are JS expressions stored as strings. */ export declare function stableInject(obj: any): string;