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) 424 B
import type { ExpressionStatement, VariableDeclaration } from 'estree'; import type { SveltosisComponent } from '../types'; export declare function parseGetContext(json: SveltosisComponent, node: VariableDeclaration): void; export declare function parseHasContext(json: SveltosisComponent, node: VariableDeclaration): void; export declare function parseSetContext(json: SveltosisComponent, node: ExpressionStatement): void;