Files
terminal/web/node_modules/@dnd-kit/modifiers/dist/index.d.ts
T

8 lines
479 B
TypeScript

export { createSnapModifier } from './createSnapModifier';
export { restrictToHorizontalAxis } from './restrictToHorizontalAxis';
export { restrictToParentElement } from './restrictToParentElement';
export { restrictToFirstScrollableAncestor } from './restrictToFirstScrollableAncestor';
export { restrictToVerticalAxis } from './restrictToVerticalAxis';
export { restrictToWindowEdges } from './restrictToWindowEdges';
export { snapCenterToCursor } from './snapCenterToCursor';