Skip to content

@davidevmod/focus-trap@2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 01:17
· 388 commits to main since this release
3c51d4b

Major Changes

Patch Changes

  • 3eae44c Thanks @DaviDevMod! - Improve type of locK.

    From a broad boolean | Function type to a stricter boolean | ((event: KeyboardEvent) => void).