UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

19 lines (18 loc) 217 B
/** * Props */ export interface Props { icon?: string; } /** * ItemProps */ export interface ItemProps { href?: string; } /** * 上下文类型 */ export type BreadcrumbContext = { icon?: string; };