UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

9 lines (7 loc) 221 B
declare const _: (str: any) => any; /** * Identity function used for marking strings for translation */ declare function gettext<T extends string>(str: T): T; export { _, gettext }; //# sourceMappingURL=index.d.ts.map