UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

5 lines (4 loc) 180 B
import type { AlertProps } from '../../index.js'; declare const Alert: import("svelte").Component<AlertProps, {}, "">; type Alert = ReturnType<typeof Alert>; export default Alert;