UNPKG

mytril

Version:

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

6 lines (5 loc) 226 B
import { type Component as ComponentSVType } from 'svelte'; import type { IconProps } from '../types/index.js'; declare const Icon: ComponentSVType<IconProps, {}, "">; type Icon = ReturnType<typeof Icon>; export default Icon;