devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
21 lines (20 loc) • 667 B
TypeScript
import { FunctionComponent } from 'react';
export declare const validChildComponents: {
translationSettings: {
component: FunctionComponent<{
translationEnabled?: boolean;
inlineTranslationEnabled?: boolean;
languages?: import("devexpress-reporting/dx-webdocumentviewer").AILanguageInfo[];
}>;
};
summarizationSettings: {
component: FunctionComponent<{
summarizationEnabled?: boolean;
}>;
};
};
type AISettingsPropsType = {
children: React.ReactNode | React.ReactNode[];
};
declare const AISettings: FunctionComponent<AISettingsPropsType>;
export default AISettings;