UNPKG

comindware.core.ui

Version:

Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.

6 lines (4 loc) 156 B
import LocalizationService from '../../services/LocalizationService'; export default function(textId) { return LocalizationService.get(textId); }