UNPKG

@datamonsterr/vdt-dashboard

Version:
12 lines 443 B
import type { UniqueIdentifier } from '@dnd-kit/core'; import type { ReactNode } from 'react'; interface DraggableProps { id: UniqueIdentifier; children: ReactNode; className?: string; data?: Record<string, any>; disabled?: boolean; } export declare function Draggable({ id, children, className, data, disabled, }: DraggableProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Draggable.d.ts.map