'use client';
import { jsx as _jsx } from "react/jsx-runtime";
import { TideCloakContextProvider } from "@tidecloak/react";
export const InternalTideCloakProvider = ({ config, children }) => (_jsx(TideCloakContextProvider, { config: config, children: children }));