UNPKG

@it-corp/vpbank-spotlight

Version:

Command center components for react and VPbank components

11 lines (10 loc) 651 B
export { closeSpotlight, createSpotlight, createSpotlightStore, openSpotlight, spotlight, toggleSpotlight, useSpotlight } from './spotlight.store.mjs'; export { isActionsGroup } from './is-actions-group.mjs'; export { Spotlight } from './Spotlight.mjs'; export { SpotlightAction } from './SpotlightAction.mjs'; export { SpotlightActionsGroup } from './SpotlightActionsGroup.mjs'; export { SpotlightActionsList } from './SpotlightActionsList.mjs'; export { SpotlightEmpty } from './SpotlightEmpty.mjs'; export { SpotlightFooter } from './SpotlightFooter.mjs'; export { SpotlightSearch } from './SpotlightSearch.mjs'; //# sourceMappingURL=index.mjs.map