UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

11 lines (9 loc) 204 B
import { IContext, } from '../../context/IContext'; import { ReactNode, } from 'react'; export interface IAppContextConsumerWrapperOwnProps { readonly children: (context: IContext) => ReactNode; }