UNPKG

@selenite/commons

Version:

This typescript package provides a set of frequently used utilities, types and svelte actions for building projects with Typescript and Svelte.

5 lines (4 loc) 205 B
import type { HTMLButtonAttributes } from 'svelte/elements'; declare const Button: import("svelte").Component<HTMLButtonAttributes, {}, "">; type Button = ReturnType<typeof Button>; export default Button;