UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 223 B
import { TransformState } from "../.."; import ts from "typescript"; export declare function transformJsxElement(state: TransformState, node: ts.JsxElement): import("@roblox-ts/luau-ast/out/LuauAST/bundle").CallExpression;