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) 217 B
/** * Generic formatter for languages prettier doesn't support, like Swift * * Not super sophisticated, but much better than nothing */ export declare const format: (str: string, indentSpaces?: number) => string;