UNPKG

solid-command-palette

Version:

Add a command palette to your Solid.js App

3 lines (2 loc) 138 B
import { ActionShortcut } from '../types'; export declare type GetFormattedShortcut = (shortcut: ActionShortcut) => Array<Array<string>>;