@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
11 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStateOption = void 0;
class PaymentStateOption {
constructor(label, value) {
this.label = label;
this.value = value;
}
}
exports.PaymentStateOption = PaymentStateOption;
//# sourceMappingURL=PaymentStateOption.js.map