UNPKG

@blossom-carousel/svelte

Version:

A native-scroll-first carousel component for Svelte.

7 lines (6 loc) 453 B
export { COMMANDS, registerCommands } from "./commands.js"; export { observeNavigationState, getNavigationState } from "./observe.js"; export { getMarkerTargets, getActiveMarkerIndex, SLIDE_ATTR } from "./markers.js"; export { pageScroll, canScroll } from "./scroll.js"; export { getSnapPositions, getMarkerSnaps, resolveInlineAlign, isRtl, logicalScrollLeft, } from "./snap.js"; export { setSnapCache, getSnapCache, clearSnapCache } from "./cache.js";