UNPKG

@tidecloak/nextjs

Version:
5 lines (4 loc) 270 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; import { InternalTideCloakProvider } from "./InternalTideCloakProvider"; export const TideCloakProvider = ({ config, children }) => (_jsx(InternalTideCloakProvider, { config: config, children: children }));