UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

9 lines (8 loc) 243 B
import type { Options } from "../index"; export interface JSXPragmaInfo { base: string; suffix: string; fragmentBase: string; fragmentSuffix: string; } export default function getJSXPragmaInfo(options: Options): JSXPragmaInfo;