UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

5 lines (4 loc) • 171 B
import Alert__SvelteComponent_ from './Alert.svelte'; import type { TProps } from './Alert.type'; export type AlertProps = TProps; export default Alert__SvelteComponent_;