UNPKG

@1771technologies/lytenyte-pro

Version:

6 lines (5 loc) 262 B
import { DragActive } from '@1771technologies/lytenyte-core/internal'; import { ReactNode } from 'react'; export declare function ColumnManagerDragPlaceholder(props: { readonly children?: (p: DragActive) => ReactNode; }): import('react').ReactPortal | null;