UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

9 lines (8 loc) 256 B
import * as React from 'react'; export declare function UnusedPanel({ items, disabled, title, dragItemText, listId, }: { title?: string; items: string[]; disabled: boolean; dragItemText?: string; listId?: string; }): React.JSX.Element;