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