UNPKG

webcoreui

Version:

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

11 lines (10 loc) 241 B
export type SwitchProps<T extends object = object> = { label?: string reverse?: boolean toggled?: boolean small?: boolean square?: boolean onColor?: string offColor?: string className?: string } & T