UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

11 lines (10 loc) 244 B
export interface NeonBreadcrumbLink { /** * * The url of a breadcrumb link. If left empty the link will be rendered as text. */ url?: string; /** * The display label of a breadcrumb link. */ label: string; }