UNPKG

webcoreui

Version:

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

7 lines (6 loc) 139 B
export type TabProps<T extends object = object> = { element?: string id?: string active?: boolean className?: string } & T