smooth-dnd
Version:
Drag and Drop library
21 lines (20 loc) • 1.58 kB
TypeScript
export declare const containerInstance = "smooth-dnd-container-instance";
export declare const defaultGroupName = "@@smooth-dnd-default-group@@";
export declare const wrapperClass = "smooth-dnd-draggable-wrapper";
export declare const defaultGrabHandleClass = "smooth-dnd-default-grap-handle";
export declare const animationClass = "animated";
export declare const translationValue = "__smooth_dnd_draggable_translation_value";
export declare const visibilityValue = "__smooth_dnd_draggable_visibility_value";
export declare const ghostClass = "smooth-dnd-ghost";
export declare const containerClass = "smooth-dnd-container";
export declare const extraSizeForInsertion = "smooth-dnd-extra-size-for-insertion";
export declare const stretcherElementClass = "smooth-dnd-stretcher-element";
export declare const stretcherElementInstance = "smooth-dnd-stretcher-instance";
export declare const isDraggableDetached = "smoth-dnd-is-draggable-detached";
export declare const disbaleTouchActions = "smooth-dnd-disable-touch-action";
export declare const noUserSelectClass = "smooth-dnd-no-user-select";
export declare const preventAutoScrollClass = "smooth-dnd-prevent-auto-scroll-class";
export declare const dropPlaceholderDefaultClass = "smooth-dnd-drop-preview-default-class";
export declare const dropPlaceholderInnerClass = "smooth-dnd-drop-preview-inner-class";
export declare const dropPlaceholderWrapperClass = "smooth-dnd-drop-preview-constant-class";
export declare const dropPlaceholderFlexContainerClass = "smooth-dnd-drop-preview-flex-container-class";