UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

11 lines (8 loc) 341 B
export interface INavigationDrawerContext { currentLabelName: Readonly<string | null> setCurrentLabelName: (label: string) => void currentUrl: Readonly<string | null> setCurrentUrl: (url: string) => void labels: Readonly<Array<string>> } export const NavigationDrawerContext = Symbol('glare-navigation-drawer-context')