mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
upgrade framer-motion to 11
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Group } from '@mantine/core';
|
||||
import { useDragControls, Reorder } from 'framer-motion';
|
||||
import { useDragControls, Reorder, DragControls } from 'framer-motion';
|
||||
import { MdDragIndicator } from 'react-icons/md';
|
||||
import { Checkbox } from '/@/renderer/components';
|
||||
|
||||
const DragHandle = ({ dragControls }: any) => {
|
||||
const DragHandle = ({ dragControls }: { dragControls: DragControls }) => {
|
||||
return (
|
||||
<MdDragIndicator
|
||||
color="white"
|
||||
|
||||
Reference in New Issue
Block a user