UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

5 lines (4 loc) 252 B
import { TransformState } from "../.."; import { MapPointer } from "../../util/pointer"; import ts from "typescript"; export declare function transformJsxAttributes(state: TransformState, attributes: ts.JsxAttributes, attributesPtr: MapPointer): void;