react-native-a11y-order
Version:
ReactNative library for managing screen reader focus ordering
15 lines (14 loc) • 675 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A11yContainerTypeEnum = void 0;
let A11yContainerTypeEnum = exports.A11yContainerTypeEnum = /*#__PURE__*/function (A11yContainerTypeEnum) {
A11yContainerTypeEnum[A11yContainerTypeEnum["none"] = 0] = "none";
A11yContainerTypeEnum[A11yContainerTypeEnum["table"] = 1] = "table";
A11yContainerTypeEnum[A11yContainerTypeEnum["list"] = 2] = "list";
A11yContainerTypeEnum[A11yContainerTypeEnum["landmark"] = 3] = "landmark";
A11yContainerTypeEnum[A11yContainerTypeEnum["group"] = 4] = "group";
return A11yContainerTypeEnum;
}({});
//# sourceMappingURL=A11yContainerView.types.js.map