import type { ElementType, ReactNode } from 'react' import type { WidgetState } from '../stores/types' export interface SkeletonLoaderProps { id: WidgetState['id'] Skeleton: ElementType | null children: ReactNode }