/** * Utils copied from Reakit. Used for focus management and tabbable controls in the data grid. * Search for "CHANGED:" to find modifications in files with the "-modded" suffix. * https://github.com/reakit/reakit/tree/master/packages/reakit-utils/src */ export { getAllFocusableIn, getFirstFocusableIn } from "./reakit-tabbable-modded"; export { ensureFocus } from "./reakit-ensureFocus"; export { getActiveElement } from "./reakit-getActiveElement-modded"; //# sourceMappingURL=index.d.ts.map