@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
4 lines (3 loc) • 301 B
TypeScript
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;