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) 194 B
import { InkSectionObject, } from '../InkSection/InkSectionObject'; export interface InkContainerState { readonly choiceCounter: number; readonly sections: readonly InkSectionObject[]; }