UNPKG

solvice-vrp-components

Version:

React components library for visualizing VRP problems in Mintlify documentation

4 lines (3 loc) 177 B
export { SolveJobsTable } from './components/SolveJobsTable'; export type { SolveJobsTableProps } from './components/SolveJobsTable'; export type { VRPJob } from './types/api';