UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

12 lines 630 B
import { SynapseContextType } from '@/utils/context/SynapseContext'; import { PropsWithChildren } from 'react'; export declare const MOCK_ACCESS_TOKEN = "mock-access-token"; export declare const MOCK_CONTEXT_VALUE: SynapseContextType; export declare const MOCK_CONTEXT: import("react").Context<SynapseContextType>; /** * Full context object with default values for testing. * * If using @testing-library/react, see {@link TestingLibraryUtils#createWrapper} */ export declare function SynapseTestContext({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MockSynapseContext.d.ts.map