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) 287 B
import { FunctionComponent } from 'react'; export type BaseRequestOptionsPropsType = { invokeAction: string; getLocalizationAction?: string; host: string; }; declare const BaseRequestOptions: FunctionComponent<BaseRequestOptionsPropsType>; export default BaseRequestOptions;