UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

6 lines (5 loc) • 230 B
import type { ComponentSize, IComponentBaseProps } from '../../types'; import type { HTMLAttributes } from 'svelte/elements'; export type TProps = HTMLAttributes<HTMLElement> & IComponentBaseProps & { size?: ComponentSize; };