import { IClassNameable, } from '../../interfaces/IClassNameable'; import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface IClickAppendOwnProps extends IClassNameable { readonly children: ReactNodeWithoutNullOrUndefined; readonly toAppend: ReactNodeWithoutNullOrUndefined; }