UNPKG

@kobalte/core

Version:

Unstyled components and primitives for building accessible web apps and design systems with SolidJS.

7 lines (5 loc) 196 B
export const BREADCRUMBS_INTL_TRANSLATIONS = { // `aria-label` of the navigation. breadcrumbs: "Breadcrumbs", }; export type BreadcrumbsIntlTranslations = typeof BREADCRUMBS_INTL_TRANSLATIONS;