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

7 lines 384 B
import { ApplicationSessionContextType } from '@/utils/AppUtils/session/ApplicationSessionContext'; /** * Mock ApplicationSessionContext for testing purposes. * Provides a minimal valid context that can be used in tests and stories. */ export declare const MOCK_APPLICATION_SESSION_CONTEXT: ApplicationSessionContextType; //# sourceMappingURL=MockApplicationSessionContext.d.ts.map