UNPKG

@compiled/react

Version:

A familiar and performant compile time CSS-in-JS library for React.

6 lines (4 loc) 245 B
export type { CompiledJSX as JSX } from './jsx-local-namespace'; // Pass through the (automatic) jsx runtime. // Compiled currently doesn't define its own and uses this purely to enable a local jsx namespace. export * from 'react/jsx-runtime';