UNPKG

vdrag-topo-ui

Version:

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