UNPKG

@oslokommune/punkt-react

Version:

React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo

7 lines (6 loc) 287 B
/** * Re-export of the generic focus-trap helpers, kept here for backwards * compatibility with existing `shared-utils/fileupload` imports. The canonical * implementation now lives in `shared-utils/focus-trap`. */ export { getFocusableElements, trapTabInside } from '../focus-trap';