bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
19 lines (14 loc) • 486 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _lowerFirst = _interopRequireDefault(require("./lower-first"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/**
* @param {string} prefix
* @param {string} value
*/
var unprefixPropName = function unprefixPropName(prefix, value) {
return (0, _lowerFirst.default)(value.replace(prefix, ''));
};
var _default = unprefixPropName;
exports.default = _default;