UNPKG

199 BTypeScriptView Raw
1import { FCNoChildren, ManagerAPI } from '../shared/types.d';
2declare type ContextsManager = FCNoChildren<{
3 api: ManagerAPI;
4}>;
5export declare const ContextsManager: ContextsManager;
6export {};