index.d.ts 109 B

123
  1. import Skeleton from './Skeleton';
  2. export type { SkeletonProps } from './Skeleton';
  3. export default Skeleton;