UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

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