import isNil from '../../../utils/isNil'; export const renderFooter = (footer: React.ReactNode) => isNil(footer) ? null :
{footer}
;