UNPKG

@1771technologies/lytenyte-pro

Version:

6 lines (5 loc) 392 B
import { ReactNode } from 'react'; export interface ColumnManagerDragBoxLabelProps { icon?: ReactNode; } export declare const ColumnManagerDragBoxLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & ColumnManagerDragBoxLabelProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;