mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
upgrade framer-motion to 11
This commit is contained in:
parent
c36f0a055d
commit
5259f2401b
4 changed files with 17 additions and 48 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue