UNPKG

solvice-vrp-components

Version:

React components library for visualizing VRP problems in Mintlify documentation

7 lines (6 loc) 275 B
export interface RefreshIndicatorProps { isRefreshing: boolean; refreshInterval: number; className?: string; } export declare function RefreshIndicator({ isRefreshing, refreshInterval, className }: RefreshIndicatorProps): import("react/jsx-runtime").JSX.Element;