nano-jsx
Version:
SSR first, lightweight 1kB JSX library.
7 lines • 308 B
TypeScript
export { Fragment } from '../fragment.js';
declare const createNode: (type: any, props: any, key: string, source?: string, self?: string) => any;
export { createNode as jsx };
export { createNode as jsxs };
export { createNode as jsxDev };
export { createNode as jsxDEV };
//# sourceMappingURL=index.d.ts.map