UNPKG

accelerator-core

Version:

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

13 lines (11 loc) 343 B
import { MaybeReadonlyArray, } from '../../typeAliases/MaybeReadonlyArray'; import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface INOfOwnProps { readonly children: MaybeReadonlyArray<ReactNodeWithoutNullOrUndefined>; readonly n: number; readonly shuffle?: boolean; }