-
Notifications
You must be signed in to change notification settings - Fork 645
Export FocusKeys enum #1724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export FocusKeys enum #1724
Conversation
|
size-limit report 📦
|
* Export FocusKeys enum * Export Direction * Update src/hooks/useFocusZone.ts * Update src/hooks/useFocusZone.ts Co-authored-by: Cole Bemis <[email protected]>
In #1700, we started using the extracted
@primer/behaviorscomponent. From a down-stream perspective, this change removed access to theFocusKeysenum, which now lives in@primer/behaviors. To make the transition easier, we can simply re-export that enum from@primer/react.