UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

7 lines (6 loc) • 281 B
import type { IComponentBaseProps } from '../../types'; import type { HTMLAttributes } from 'svelte/elements'; export type TProps = HTMLAttributes<HTMLDivElement> & IComponentBaseProps & { horizontal?: 'start' | 'center' | 'end'; vertical?: 'top' | 'middle' | 'bottom'; };