UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

7 lines (4 loc) 211 B
import * as React from 'react'; type SkeletonProps = React.ComponentProps<"div">; declare function Skeleton({ className, ...props }: SkeletonProps): React.JSX.Element; export { Skeleton, type SkeletonProps };