We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ba94 commit 43f432aCopy full SHA for 43f432a
.changeset/nervous-pets-stare.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/behaviors": patch
3
4
+
5
+Expose `isEditableElement` util
src/utils/index.ts
@@ -1,3 +1,4 @@
export * from './iterate-focusable-elements.js'
export * from './unique-id.js'
export * from './user-agent.js'
+export * from './is-editable-element.js'
0 commit comments