UNPKG

mytril

Version:

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

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