UNPKG

svelte-dnd-action

Version:

*An awesome drag and drop library for Svelte 3 and 4 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *

15 lines (13 loc) 450 B
export {dndzone} from "./action.js"; export {dragHandleZone, dragHandle} from "./wrappers/withDragHandles"; export {alertToScreenReader} from "./helpers/aria"; export { TRIGGERS, SOURCES, SHADOW_ITEM_MARKER_PROPERTY_NAME, SHADOW_PLACEHOLDER_ITEM_ID, DRAGGED_ELEMENT_ID, overrideItemIdKeyNameBeforeInitialisingDndZones, setDebugMode } from "./constants"; export {setFeatureFlag, FEATURE_FLAG_NAMES} from "./featureFlags";