UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

10 lines (9 loc) 271 B
import { InjectionKey, Slots } from 'vue'; export interface BreadcrumbContext { total: number; maxCount: number; separator: string | number; needHide: boolean; slots: Slots; } export declare const breadcrumbInjectKey: InjectionKey<BreadcrumbContext>;