UNPKG

accelerator-core

Version:

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

17 lines (15 loc) 338 B
import { IStoryStateFrame, } from '../../state/IStoryStateFrame'; import { ISetStoryStateAware, } from '../../interfaces/ISetStoryStateAware'; import { ReactNode, } from 'react'; export interface IGetStateOwnProps { readonly children: ( currentState: IStoryStateFrame, utilities: ISetStoryStateAware, ) => ReactNode; }