UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

11 lines (10 loc) 381 B
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ export { setupConfig } from './utils/config'; export { i18n } from './utils/i18n'; export * from './utils/assets-helper'; export * from './components/internal/icon/utils'; export { ICONS, getAllIconNames, getIcon } from './components/internal/icon/icons'; export * from './interface'; //# sourceMappingURL=index.js.map