@base-ui/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
6 lines • 434 B
JavaScript
// Shared browser-bundle replacement for the per-component `prehydrationScript.min.ts` files,
// selected via the `browser` condition of every `#prehydration/*` entry in package.json
// `imports`. The real scripts only ever execute from server-rendered HTML, so client bundles
// don't need their contents. See `internals/PrehydrationScript.tsx` for why an empty script is
// still rendered during hydration.
export const script = '';