UNPKG

svelte-command-palette

Version:

#### Increase your productivity exponentially. 🚀🚀

9 lines (8 loc) • 236 B
export namespace defaultAppState { const isVisible: boolean; const textInput: string; const activeCommandId: null; const selectedCommandId: null; const results: never[]; } export const THEME_CONTEXT: "themeContext";