feat: add web search engines (#290)

This commit is contained in:
Meier Lukas
2024-04-06 17:47:12 +02:00
committed by GitHub
parent 75224e0533
commit 35ca732744
4 changed files with 73 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
import { spotlightActions } from "./spotlight-store";
export { Spotlight } from "./component";
export { useRegisterSpotlightActions } from "./data-store";
export { openSpotlight };
const openSpotlight = spotlightActions.open;
export { openSpotlight };