Skip to content

Commit

Permalink
fix(ui/types): export FocusHost type from types/form-core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
riovir authored and tlouisse committed Nov 5, 2024
1 parent f393e6d commit a4f654a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-ears-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lion/ui': patch
---

fix(ui/types): export FocusHost type from types/form-core.js
1 change: 1 addition & 0 deletions packages/ui/exports/types/form-core.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { ChoiceGroupHost } from '../../components/form-core/types/choice-group/ChoiceGroupMixinTypes.js';
export { ChoiceInputHost } from '../../components/form-core/types/choice-group/ChoiceInputMixinTypes.js';
export { FocusHost } from '../../components/form-core/types/FocusMixinTypes.js';
export { FormControlHost } from '../../components/form-core/types/FormControlMixinTypes.js';
export { HTMLElementWithValue } from '../../components/form-core/types/FormControlMixinTypes.js';
export { FormGroupHost } from '../../components/form-core/types/form-group/FormGroupMixinTypes.js';
Expand Down

0 comments on commit a4f654a

Please sign in to comment.