UNPKG

react-native-a11y

Version:

Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.

10 lines (9 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = void 0; // eslint-disable-next-line @typescript-eslint/no-empty-function const noop = () => {}; exports.noop = noop; //# sourceMappingURL=noop.js.map