UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

13 lines (11 loc) 260 B
import type { ButtonProps } from '../Button/button' export type BreadcrumbProps = { items: { icon?: string label?: string href?: string target?: ButtonProps['target'] }[] separator?: string className?: string }