UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

6 lines (5 loc) 177 B
/* eslint-disable import/prefer-default-export */ export function getTextstring(string) { return chayns.utils.lang.get(string) || ''; } //# sourceMappingURL=textstring.js.map