UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

10 lines (8 loc) 169 B
import { RawLocation } from 'vue-router'; export interface LinkItem { text: string; to?: RawLocation; href?: string; ariaLabel?: string; openInNewTab?: boolean; }