'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 }));