interface StatisticsErrorBoundaryProps {
    children: ReactNode;
    onRefresh?: () => void;
    onClearFilters?: () => void;
}

Properties

children: ReactNode

Child components to wrap

onRefresh?: () => void

Callback to refresh statistics data

onClearFilters?: () => void

Callback to clear active filters