import {Skeleton} from '@mui/material'; import React, {FC} from 'react'; import {ISkeleton as Props} from './skeleton.type'; export const SkeletonComponent: FC = ({...props}) => { return ; };