export type ConfigProps = {
    label: string;
    key: string;
    hiddenDataSourceButton: boolean;
    showIoTCenterButton: boolean;
    isShowKey?: string;
    isShowValue?: any;
    callback: () => any;
    callback2: () => any;
    tip?: string;
};
