UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 301 B
import { ColumnDragOverlayProps } from './types'; import { ObjectWithUniqueIdentifier } from '../../../../types'; export declare const ColumnDragOverlay: <T extends ObjectWithUniqueIdentifier>({ id, items, renderItem, ...props }: ColumnDragOverlayProps<T>) => import("react/jsx-runtime").JSX.Element;