UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

9 lines (8 loc) • 298 B
import type { ComponentColor, IComponentBaseProps } from '../../types'; import type { HTMLAttributes } from 'svelte/elements'; export type TProps = HTMLAttributes<HTMLDivElement> & IComponentBaseProps & { color?: ComponentColor; value: number; size?: string; thickness?: string; };