UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

8 lines (7 loc) 226 B
import React from 'react'; import { Context } from '@loopback/context'; import { Logger } from '../helpers'; export declare const ApplicationContext: React.Context<{ context: Context | null; logger: Logger | null; }>;