UNPKG

webcoreui

Version:

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

5 lines (4 loc) 110 B
export type ContextMenuProps<T extends object = object> = { element?: string className?: string } & T