UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

6 lines (5 loc) 92 B
export interface MenuItem { text: string; hash: string; level?: 1 | 2 | 3 | 4 | 5 | 6; }