UNPKG

svelte-command-palette

Version:

#### Increase your productivity exponentially. 🚀🚀

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