UNPKG

devexpress-reporting-react

Version:

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

9 lines (8 loc) 281 B
import { FunctionComponent } from 'react'; export type RequestOptionsPropsType = { getDesignerModelAction: string; getLocalizationAction?: string; host: string; }; declare const RequestOptions: FunctionComponent<RequestOptionsPropsType>; export default RequestOptions;