UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

8 lines (7 loc) • 250 B
import type { IComponentBaseProps } from '../../types'; import type { HTMLLabelAttributes } from 'svelte/elements'; export type TProps = HTMLLabelAttributes & IComponentBaseProps & { active?: boolean; rotate?: boolean; flip?: boolean; };