import React from 'react'; const RenderEmpty = (props: { height?: string | number; message: string }) => { const { height = 200, message } = props; return ( <>