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 { BtnProps } from '../types/index.js'; declare const Btn: import("svelte").Component<BtnProps, {}, "">; type Btn = ReturnType<typeof Btn>; export default Btn;