import {ReactNode} from 'react';

export type ChildrenProps = {
  children: ReactNode;
};
