export default interface IWhenProps {
  children: any;
  isTrue: () => boolean;
}
