UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

5 lines (4 loc) 287 B
import type { HTMLStyledProps } from '@fidely-ui/styled-system/types'; export interface SkeletonProps extends HTMLStyledProps<'div'> { } export declare const Skeleton: import("react").ForwardRefExoticComponent<Omit<SkeletonProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;