UNPKG

webcoreui

Version:

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

5 lines (4 loc) 115 B
export type PopoverProps<T extends object = object> = { className?: string transparent?: boolean } & T