UNPKG

webcoreui

Version:

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

8 lines (7 loc) 152 B
export type SpoilerProps = { color?: string animated?: boolean block?: boolean tooltip?: string tooltipPosition?: 'bottom' | null }