UNPKG

accelerator-core

Version:

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

8 lines (6 loc) 215 B
import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface IAppContextProviderWrapperOwnProps { readonly children: ReactNodeWithoutNullOrUndefined; }