UNPKG

aurelia-kendoui-bridge

Version:

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

11 lines (10 loc) 217 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var constants = exports.constants = { eventPrefix: 'k-on-', bindablePrefix: 'k-', attributePrefix: 'ak-', elementPrefix: 'ak-' };