UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

4 lines (3 loc) • 186 B
import type { IComponentBaseProps } from '../../types'; import type { HTMLAttributes } from 'svelte/elements'; export type TProps = HTMLAttributes<HTMLDivElement> & IComponentBaseProps;