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) 318 B
import { IClassNameable, } from '../../interfaces/IClassNameable'; import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface IFadeOutOwnProps extends IClassNameable { readonly children: ReactNodeWithoutNullOrUndefined; readonly duration: number; }