UNPKG

webcoreui

Version:

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

11 lines (10 loc) 227 B
export type AccordionProps = { items: { title: string content: string reverse?: boolean }[] icon?: 'plus' | 'none' | undefined | null reverse?: boolean className?: string }