UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

5 lines (4 loc) • 191 B
import Countdown__SvelteComponent_ from './Countdown.svelte'; import type { TProps } from './Countdown.type'; export type CountdownProps = TProps; export default Countdown__SvelteComponent_;