forked from akai/readest
a52d9e3a2b
* feat: enable linking to settings items * feat: integrate command palette with global state and styles * feat: add command pallete ui and fuzzy search * feat: add command palette with global state and styles * feat: add command registry and search dependencies * fix: open command palette with shortcuts in reader page --------- Co-authored-by: Huang Xin <chrox.huang@gmail.com>
4 lines
210 B
TypeScript
4 lines
210 B
TypeScript
export { default as CommandPalette } from './CommandPalette';
|
|
export { CommandPaletteProvider, useCommandPalette } from './CommandPaletteProvider';
|
|
export { default as HighlightChars } from './HighlightChars';
|