Skip to content

Commit

Permalink
fix: expose ReactFocusLockProps
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Aug 26, 2024
1 parent 4533d19 commit 492f6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react';
import {ReactFocusLockProps, AutoFocusProps, FreeFocusProps, InFocusGuardProps} from "./interfaces.js";

export {ReactFocusLockProps};
/**
* Traps Focus inside a Lock
*/
Expand Down

0 comments on commit 492f6a4

Please sign in to comment.