UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

7 lines (6 loc) • 265 B
import type { ComponentColor, IComponentBaseProps } from '../../types'; import type { HTMLAnchorAttributes } from 'svelte/elements'; export type TProps = HTMLAnchorAttributes & IComponentBaseProps & { color?: 'neutral' | ComponentColor; hover?: boolean; };