UNPKG

webcoreui

Version:

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

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