UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

8 lines (6 loc) 130 B
import { RawLocation } from 'vue-router'; export interface NavigationItem { label: string; to?: RawLocation; href?: string; }