UNPKG

aurelia-kendoui-bridge

Version:

A set of Telerik KendoUI wrappers for Aurelia allowing developers to easily use KendoUI components in their Aurelia application.

18 lines (16 loc) 366 B
System.register([], function (_export, _context) { "use strict"; var constants; return { setters: [], execute: function () { _export('constants', constants = { eventPrefix: 'k-on-', bindablePrefix: 'k-', attributePrefix: 'ak-', elementPrefix: 'ak-' }); _export('constants', constants); } }; });