feat: update search result

This commit is contained in:
JimmFly
2022-12-13 18:02:07 +08:00
parent b623ede358
commit 32d24d322a
5 changed files with 31 additions and 13 deletions
@@ -24,5 +24,5 @@ export type EditorHandlers = {
unFavoritePage: (pageId: string) => void;
toggleFavoritePage: (pageId: string) => void;
permanentlyDeletePage: (pageId: string) => void;
search: (query: QueryContent) => any;
search: (query: QueryContent) => Map<string, string>;
};