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) 242 B
import { IClassNameable, } from '../../interfaces/IClassNameable'; import { ReactNode, } from 'react'; export interface IClickReplaceOwnProps extends IClassNameable { readonly children: ReactNode; readonly replaceWith: ReactNode; }