/** Specifies the available values used to indicate the current item in the breadcrumb path. */ export type BreadcrumbItemCurrent = "page" | "step" | "location" | "date" | "time" | "true"; //# sourceMappingURL=BreadcrumbItemCurrent.d.ts.map