UNPKG

accelerator-core

Version:

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

12 lines (10 loc) 248 B
import { IHistoryAware, } from '../../interfaces/IHistoryAware'; import { IHistory, } from '../../state/IHistory'; export interface IRewindButtonStateProps extends IHistoryAware { readonly canRewind: boolean; readonly history: IHistory; }