devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
9 lines (8 loc) • 306 B
TypeScript
import { FunctionComponent } from 'react';
type DataSourceSettingsPropsType = {
allowAddDataSource?: boolean;
allowRemoveDataSource?: boolean;
allowEditDataSource?: boolean;
};
declare const DataSourceSettings: FunctionComponent<DataSourceSettingsPropsType>;
export default DataSourceSettings;