UNPKG

react-native-unit-components

Version:

Unit React Native components

12 lines (11 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNDirection = void 0; let UNDirection = exports.UNDirection = /*#__PURE__*/function (UNDirection) { UNDirection["Debit"] = "Debit"; UNDirection["Credit"] = "Credit"; return UNDirection; }({}); //# sourceMappingURL=types.js.map