devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
6 lines (5 loc) • 354 B
TypeScript
import { FunctionComponent } from 'react';
import { BaseRequestOptionsPropsType } from '../../options/_baseRequestOptions';
type ParametersPanelRequestOptionsPropsType = BaseRequestOptionsPropsType & {};
declare const ParametersPanelRequestOptions: FunctionComponent<ParametersPanelRequestOptionsPropsType>;
export default ParametersPanelRequestOptions;