UNPKG

mytril

Version:

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

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