UNPKG

mytril

Version:

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

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