react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
25 lines (19 loc) • 645 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-a0a08b2a.js');
const ionicGlobal = require('./ionic-global-06f21c1a.js');
const theme = require('./theme-30b7a575.js');
const textCss = ":host(.ion-color){color:var(--ion-color-base)}";
const Text = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
const mode = ionicGlobal.getIonMode(this);
return (index.h(index.Host, { class: theme.createColorClasses(this.color, {
[mode]: true,
}) }, index.h("slot", null)));
}
};
Text.style = textCss;
exports.ion_text = Text;