MCPcopy
hub / github.com/CapSoftware/Cap / SkeletonPageProps

Interface SkeletonPageProps

packages/ui/src/components/SkeletonPage.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import "react-loading-skeleton/dist/skeleton.css";
5
6interface SkeletonPageProps {
7 customSkeleton?: (skeleton: React.FC<SkeletonProps>) => React.ReactNode;
8}
9
10export const SkeletonPage = ({ customSkeleton }: SkeletonPageProps) => {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected