Files
homarr/packages/spotlight/src/index.ts
2024-04-06 17:47:12 +02:00

10 lines
243 B
TypeScript

"use client";
import { spotlightActions } from "./spotlight-store";
export { Spotlight } from "./component";
export { useRegisterSpotlightActions } from "./data-store";
export { openSpotlight };
const openSpotlight = spotlightActions.open;