mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Export TrapFocus Props
This commit is contained in:
@@ -4,7 +4,7 @@ export interface Focusable {
|
||||
focus: () => void;
|
||||
}
|
||||
|
||||
interface TrapFocusProps {
|
||||
export interface TrapFocusProps {
|
||||
firstFocusable: Focusable | null;
|
||||
lastFocusable: Focusable | null;
|
||||
children: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user