UNPKG

@ai-growth/nextjs

Version:

Seamlessly integrate Sanity CMS with Next.js applications for automated blog routing and rendering

8 lines 295 B
import React from 'react'; import type { LoadingSkeletonProps } from '../types'; /** * LoadingSkeleton component for displaying loading states */ export declare const LoadingSkeleton: React.FC<LoadingSkeletonProps>; export default LoadingSkeleton; //# sourceMappingURL=LoadingSkeleton.d.ts.map