UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

9 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HostsNetworkConfigurationType = void 0; var HostsNetworkConfigurationType; (function (HostsNetworkConfigurationType) { HostsNetworkConfigurationType["STATIC"] = "static"; HostsNetworkConfigurationType["DHCP"] = "dhcp"; })(HostsNetworkConfigurationType = exports.HostsNetworkConfigurationType || (exports.HostsNetworkConfigurationType = {})); //# sourceMappingURL=types.js.map