react-native-a11y-order
Version:
ReactNative library for managing screen reader focus ordering
13 lines (12 loc) • 485 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A11yOrderTypeEnum = void 0;
let A11yOrderTypeEnum = exports.A11yOrderTypeEnum = /*#__PURE__*/function (A11yOrderTypeEnum) {
A11yOrderTypeEnum[A11yOrderTypeEnum["default"] = 0] = "default";
A11yOrderTypeEnum[A11yOrderTypeEnum["child"] = 1] = "child";
A11yOrderTypeEnum[A11yOrderTypeEnum["legacy"] = 2] = "legacy";
return A11yOrderTypeEnum;
}({});
//# sourceMappingURL=A11yIndex.types.js.map