UNPKG

@buddhacognitivelab/theme-glassmorphic

Version:

Enhanced glassmorphic theme package with dual-mode support, advanced glass effects, interactive UI components, and gesture-based interactions

6 lines (5 loc) 166 B
/** * @fileoverview Breadcrumb component exports */ export { Breadcrumb } from './Breadcrumb'; export type { BreadcrumbProps, BreadcrumbItem } from './Breadcrumb';