UNPKG

devexpress-reporting-react

Version:

DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.

11 lines (10 loc) 431 B
import React from 'react'; import { Properties as SelectBoxOptions } from 'devextreme/ui/select_box'; import { IEditorViewModel } from '@devexpress/analytics-core/property-grid/widgets/editor'; export declare const SelectBoxEditorBase: (getEditorOptions: () => SelectBoxOptions) => React.FC<{ data: IEditorViewModel; }>; declare const SelectBoxEditor: React.FC<{ data: IEditorViewModel; }>; export default SelectBoxEditor;