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) 192 B
import { MitosisComponent } from '../types/mitosis-component'; /** * Get props used in the components by reference */ export declare const getProps: (json: MitosisComponent) => Set<string>;