import classNames from 'classnames'; import { Clicker, } from '../Clicker'; import { IClickReplaceOwnProps, } from './IClickReplaceProps'; import * as React from 'react'; export const ClickReplace: React.FunctionComponent = ({ children, className, replaceWith, }) => ( {children} );