UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

8 lines (6 loc) 155 B
import { RouteLocationRaw } from 'vue-router' export type Crumb = { text: string, to?: RouteLocationRaw | string, } export type BreadCrumbs = Crumb[]