solvice-vrp-components
Version:
React components library for visualizing VRP problems in Mintlify documentation
9 lines (8 loc) • 338 B
TypeScript
export interface SolveJobsTableProps {
size?: 'small' | 'medium' | 'large';
className?: string;
apiKey?: string;
refreshInterval?: number;
pageSize?: number;
}
export declare function SolveJobsTable({ size, className, apiKey, refreshInterval, pageSize }: SolveJobsTableProps): import("react/jsx-runtime").JSX.Element;