UNPKG

webcoreui

Version:

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

9 lines (8 loc) 149 B
export type ThemeSwitcherProps = { themes: { [key: string]: string } toggle?: boolean size?: number className?: string }