UNPKG

react-loading-skeleton

Version:

Make beautiful, animated loading skeletons that automatically adapt to your app.

5 lines (4 loc) 295 B
import { ReactElement, PropsWithChildren } from 'react'; import { SkeletonStyleProps } from './SkeletonStyleProps.js'; export type SkeletonThemeProps = PropsWithChildren<SkeletonStyleProps>; export declare function SkeletonTheme({ children, ...styleOptions }: SkeletonThemeProps): ReactElement;