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