UNPKG

vue-material-you

Version:

Material design 3 UI framework for Vue 3

8 lines (7 loc) 183 B
import { RouteLocation } from "vue-router"; export interface NavItem { icon: string; label: string; action?: (e: PointerEvent) => void; to?: RouteLocation | string; }