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