UNPKG

infinity-forge

Version:
7 lines (6 loc) 572 B
import { ReactNode } from 'react'; import { ThirdPartyIntegrationContextType } from './interfaces.js'; declare function ThirdPartyIntegrationProvider({ children, google, }: { children: ReactNode; } & ThirdPartyIntegrationContextType): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode>> | import("react/jsx-runtime").JSX.Element; export { ThirdPartyIntegrationProvider };