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) 228 B
import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface INOfState { readonly index: number; readonly shuffled?: readonly ReactNodeWithoutNullOrUndefined[]; }