UNPKG

webcoreui

Version:

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

8 lines (7 loc) 160 B
export type CollapsibleProps = { initialHeight?: string maxHeight?: string toggled?: boolean className?: string togglesClassName?: string }