UNPKG

@adaptabletools/adaptable

Version:

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

9 lines (8 loc) 236 B
import * as React from 'react'; export declare const NoteEditor: React.FunctionComponent<{ note?: string | null; onNoteChange: (note: string) => void; onClose: () => void; editMode: boolean; isReadonly: boolean; }>;