@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines (7 loc) • 456 B
TypeScript
import { ClientAgentDefinition } from '@c8y/ngx-components/ai';
declare const SCADA_OUTPUT_TAG_NAME = "c8y-scada-output";
declare const SVG_EXTRACT_TAG_NAME = "c8y-svg-extract";
declare const MAPPING_EXTRACT_TAG_NAME = "c8y-mapping-extract";
declare const SCADA_SVG_AGENT_DEFINITION: ClientAgentDefinition;
export { MAPPING_EXTRACT_TAG_NAME, SCADA_OUTPUT_TAG_NAME, SCADA_SVG_AGENT_DEFINITION, SVG_EXTRACT_TAG_NAME };
//# sourceMappingURL=index.d.ts.map