UNPKG

mytril

Version:

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

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