UNPKG

svelte-command-palette

Version:

A beautiful, accessible, and fully customizable command palette for Svelte 5 applications.

4 lines (3 loc) 152 B
import type { commands, actionMap } from '../types'; declare const createActionMap: (commands?: commands) => actionMap; export default createActionMap;