UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

8 lines (7 loc) • 260 B
import type { IComponentBaseProps } from '../../types'; import type { HTMLAttributes } from 'svelte/elements'; export type TProps = HTMLAttributes<HTMLSpanElement> & IComponentBaseProps & { value: number; interval?: number; stopAtEnd?: boolean; };