UNPKG

webcoreui

Version:

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

7 lines (6 loc) 151 B
export type CheckboxProps<T extends object = object> = { label?: string subText?: string color?: string className?: string } & T