synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines • 630 B
TypeScript
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