UNPKG

svelte-command-palette

Version:

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

6 lines (5 loc) 176 B
import type { commands, shortCutMap } from '../types'; declare const createShortcuts: ({ actions }: { actions: commands; }) => shortCutMap; export default createShortcuts;