UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

12 lines (11 loc) 946 B
import { closeSpotlight, createSpotlight, createSpotlightStore, openSpotlight, spotlight, toggleSpotlight, useSpotlight } from "./spotlight.store.mjs"; import { isActionsGroup } from "./is-actions-group.mjs"; import { SpotlightAction } from "./SpotlightAction.mjs"; import { SpotlightActionsGroup } from "./SpotlightActionsGroup.mjs"; import { SpotlightActionsList } from "./SpotlightActionsList.mjs"; import { SpotlightEmpty } from "./SpotlightEmpty.mjs"; import { SpotlightFooter } from "./SpotlightFooter.mjs"; import { SpotlightRoot } from "./SpotlightRoot.mjs"; import { SpotlightSearch } from "./SpotlightSearch.mjs"; import { Spotlight } from "./Spotlight.mjs"; export { Spotlight, SpotlightAction, SpotlightActionsGroup, SpotlightActionsList, SpotlightEmpty, SpotlightFooter, SpotlightRoot, SpotlightSearch, closeSpotlight, createSpotlight, createSpotlightStore, isActionsGroup, openSpotlight, spotlight, toggleSpotlight, useSpotlight };