UNPKG

@gechiui/compose

Version:
21 lines (16 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _element = require("@gechiui/element"); /** * GeChiUI dependencies */ function useConstrainedTabbing() { const ref = (0, _element.useRef)(); // Do nothing on mobile as tabbing is not a mobile behavior. return ref; } var _default = useConstrainedTabbing; exports.default = _default; //# sourceMappingURL=index.native.js.map