UNPKG

svelte-command-palette

Version:

#### Increase your productivity exponentially. 🚀🚀

12 lines (9 loc) • 210 B
const defaultAppState = { isVisible: false, textInput: '', activeCommandId: null, selectedCommandId: null, results: [] }; const THEME_CONTEXT = 'themeContext'; export { defaultAppState, THEME_CONTEXT };