Skip to main content
Module

x/nano_jsx/fragment.ts

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
File
export const Fragment = (props: any) => { return props.children}