react-native-a11y-order
Version:
ReactNative library for managing screen reader focus ordering
7 lines • 348 B
JavaScript
export let 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