carbon-components
Version:
Carbon Components is a component library for IBM Cloud
25 lines (24 loc) • 512 B
JavaScript
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(['module'], factory);
} else if (typeof exports !== "undefined") {
factory(module);
} else {
var mod = {
exports: {}
};
factory(mod);
global.inlineLoadingConfig = mod.exports;
}
})(this, function (module) {
'use strict';
module.exports = {
variants: [{
name: 'default',
label: 'Inline Loading',
context: {
showToggleButton: true
}
}]
};
});