bunext/dist/functions/server/web-pages/grab-tsx-string-module-deprecated.d.ts
2026-04-09 07:47:38 +01:00

6 lines
125 B
TypeScript

type Params = {
tsx: string;
};
export default function grabTsxStringModule<T>({ tsx, }: Params): Promise<T>;
export {};