import ts from "typescript"; import type { ComponentsObject, GlobalContext } from "../types.js"; export default function transformComponentsObject(componentsObject: ComponentsObject, ctx: GlobalContext): ts.TypeNode;