@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
6 lines • 425 B
TypeScript
import { ConfigWithTargets, ExportedConfigWithTargets, ImportedConfigWithTargets } from './target-import-export-types';
/**
* Imports widget configuration with all target objects transformed for the current context
*/
export declare function importConfigWithTargets<T extends ConfigWithTargets>(config: ExportedConfigWithTargets<T>): Promise<ImportedConfigWithTargets<T>>;
//# sourceMappingURL=config-target-import.d.ts.map