-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Description
As defined as index.d.js
interface FocusTrapProps {
/**
* The React component that should be used in the DOM to wrap the FocusTrap's
* children and have the internal key listeners bound to
*/
component?: React.Component | string;
}
should have been
interface FocusTrapProps {
/**
* The React component that should be used in the DOM to wrap the FocusTrap's
* children and have the internal key listeners bound to
*/
component?: React.ComponentClass | string;
}
Metadata
Metadata
Assignees
Labels
No labels