UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

7 lines (5 loc) 91 B
export type Crumb = { text: string, to?: unknown, } export type BreadCrumbs = Crumb[]