UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

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