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) 325 B
import { MaybeReadonlyArray, } from '../../typeAliases/MaybeReadonlyArray'; import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface IPermutationOwnProps { readonly children: MaybeReadonlyArray<ReactNodeWithoutNullOrUndefined>; readonly pick?: number; }