UNPKG

webcoreui

Version:

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

9 lines (7 loc) 185 B
import type { IconProps } from '../Icon/icon' export type TimelineItemProps = { title?: string titleTag?: string icon?: IconProps['type'] | string className?: string }