UNPKG

@cainiaofe/cn-ui-charts

Version:
14 lines (13 loc) 498 B
import React from 'react'; import './index.scss'; export default class ChartServiceSelectSetter extends React.Component { requestConfigField: any; constructor(props: any); componentDidMount(): void; getDataSetDetail: (value: any) => void; changeRequestConfigValue: (newV: any) => void; getRequestConfigValue: (key: any) => any; getContent: (serviceType: string) => React.JSX.Element; getFieldDetailDialog: () => React.JSX.Element; render(): React.JSX.Element; }