UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

33 lines (32 loc) 1.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IKwikUIInputRadioUpdateOn = exports.IKwikUIInputRadioSize = exports.IKwikUIInputRadioShape = exports.IKwikUIInputRadioOrientation = void 0; let IKwikUIInputRadioShape = exports.IKwikUIInputRadioShape = /*#__PURE__*/function (IKwikUIInputRadioShape) { IKwikUIInputRadioShape["CURVED"] = "curved"; IKwikUIInputRadioShape["RECTANGLE"] = "rectangle"; IKwikUIInputRadioShape["ROUNDED"] = "rounded"; return IKwikUIInputRadioShape; }({}); let IKwikUIInputRadioSize = exports.IKwikUIInputRadioSize = /*#__PURE__*/function (IKwikUIInputRadioSize) { IKwikUIInputRadioSize["XXS"] = "xxs"; IKwikUIInputRadioSize["XS"] = "xs"; IKwikUIInputRadioSize["S"] = "s"; IKwikUIInputRadioSize["M"] = "m"; IKwikUIInputRadioSize["L"] = "l"; IKwikUIInputRadioSize["XL"] = "xl"; IKwikUIInputRadioSize["XXL"] = "xxl"; return IKwikUIInputRadioSize; }({}); let IKwikUIInputRadioUpdateOn = exports.IKwikUIInputRadioUpdateOn = /*#__PURE__*/function (IKwikUIInputRadioUpdateOn) { IKwikUIInputRadioUpdateOn["BLUR"] = "blur"; IKwikUIInputRadioUpdateOn["CHANGE"] = "change"; return IKwikUIInputRadioUpdateOn; }({}); let IKwikUIInputRadioOrientation = exports.IKwikUIInputRadioOrientation = /*#__PURE__*/function (IKwikUIInputRadioOrientation) { IKwikUIInputRadioOrientation["VERTICAL"] = "vertical"; IKwikUIInputRadioOrientation["HORIZONTAL"] = "horizontal"; IKwikUIInputRadioOrientation["WRAPPED"] = "wrapped"; return IKwikUIInputRadioOrientation; }({});