import { Group } from '../../../base/icons/src/vender/other' import Title from './title' import cn from '@/utils/classnames' type Props = { wrapClassName: string loadingFileName: string } export const LoadingPlaceholder = ({ className }: { className?: string }) => (
) const Placeholder = ({ wrapClassName, loadingFileName, }: Props) => { return (