We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
undefined
1 parent ba3cda5 commit 383259dCopy full SHA for 383259d
examples/js/shortcutsPlugin.tsx
@@ -6,7 +6,7 @@ type DarkModeItem = {
6
label: string;
7
};
8
9
-export const shortcutsPlugin: AutocompletePlugin<DarkModeItem> = {
+export const shortcutsPlugin: AutocompletePlugin<DarkModeItem, undefined> = {
10
getSources({ query }) {
11
if (query !== '/' && query !== 'dark' && query !== 'light') {
12
return [];
0 commit comments