UNPKG

@builder.io/mitosis

Version:

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

10 lines (9 loc) 225 B
import { Project } from 'ts-morph'; export declare const findSignals: ({ filePath, project }: { project: Project; filePath: string; }) => { props: Set<string>; state: Set<string>; context: Set<string>; };