mui-simple
Version:
Override mui-v7 components to simplify usage
21 lines • 602 B
TypeScript
interface PlaceholderProps {
clientY?: number;
clientX?: number;
clientHeight?: number;
clientWidth?: number;
}
export declare const useDragHandlers: ({ disabled, flexDirection, flexGap, dataList, droppableId, onChange, }: {
disabled: any;
flexDirection: any;
flexGap: any;
dataList: any;
droppableId: any;
onChange: any;
}) => {
placeholderProps: PlaceholderProps;
handleDragStart: (event: any) => void;
handleDragEnd: (result: any) => void;
handleDragUpdate: (event: any) => void;
};
export {};
//# sourceMappingURL=DraggableList.hooks.d.ts.map