import { ReactNode } from 'react' import { cx } from '@emotion/css' const Skeleton = ({ children, className, }: { children?: ReactNode className?: string }) => { return (