export interface Props { render: Function; item: unknown; value: string; displayBigger?: boolean; }