/* eslint-disable filenames/match-regex */ import { Box, SxProps, Typography, styled } from '@mui/material'; import { useGetResourceLabel, useResourceContext, useResourceDefinition, useTranslate } from 'ra-core'; import * as React from 'react'; import { CreateButton } from '@/components/ra-buttons'; import clsx from 'clsx'; import { EmptyIcon, NotFoundIcon } from './icons'; import { useThemeConfig } from '@/components/Layout/ThemeProvider'; type EmptyProps = { /** * The actions of the empty page. * * @example