2 lines
105 B
TypeScript
Executable file
2 lines
105 B
TypeScript
Executable file
import type { Modifier } from '@dnd-kit/core';
|
|
export declare const restrictToParentElement: Modifier;
|