UNPKG

accelerator-core

Version:

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

9 lines (7 loc) 148 B
import { IHistory, } from './IHistory'; export interface IState { readonly history: IHistory; readonly storyRequiresFullRerender: boolean; }