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.

3 lines (2 loc) 119 B
import type { Action } from 'svelte/action'; export declare const autofocus: Action<HTMLElement, boolean | undefined>;