UNPKG

svelte-command-palette

Version:

#### Increase your productivity exponentially. 🚀🚀

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