Skip to content

Commit

Permalink
Update API signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMichon committed Oct 6, 2020
1 parent 755830d commit b74ac1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4880,7 +4880,9 @@ export interface IFocusTrapZoneProps extends React.HTMLAttributes<HTMLDivElement
disableFirstFocus?: boolean;
elementToFocusOnDismiss?: HTMLElement;
enableAriaHiddenSiblings?: boolean;
// @deprecated
firstFocusableSelector?: string | (() => string);
firstFocusableTarget?: string | ((element: HTMLElement) => HTMLElement | null);
focusPreviouslyFocusedInnerElement?: boolean;
forceFocusInsideTrap?: boolean;
ignoreExternalFocusing?: boolean;
Expand Down

0 comments on commit b74ac1a

Please sign in to comment.