UNPKG

shadcn-react

Version:
6 lines (5 loc) 199 B
import { ComponentPropsWithoutRef } from 'react'; import { Skeleton } from '../ui/skeleton'; export interface SkeletonProps extends ComponentPropsWithoutRef<typeof Skeleton> { } export { Skeleton };