UNPKG

@sorens/artist-svelte

Version:

an opinionated and clean UI framework for SvelteKit with theme support built-in

4 lines (3 loc) 230 B
import type { useAction } from '../../types/global'; export declare const keydown: (close: () => void) => (e: KeyboardEvent) => void; export declare const modalInit: (modalNodeList: HTMLElement[], close: () => void) => useAction;