UNPKG

react-loading-skeleton

Version:

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

7 lines (6 loc) 188 B
import React from 'react'; import { SkeletonStyleProps } from './SkeletonStyleProps.js'; /** * @internal */ export declare const SkeletonThemeContext: React.Context<SkeletonStyleProps>;