fix(ui/types): export FocusHost type from types/form-core.js
This commit is contained in:
parent
f393e6d783
commit
a4f654a32b
2 changed files with 6 additions and 0 deletions
5
.changeset/metal-ears-bathe.md
Normal file
5
.changeset/metal-ears-bathe.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
fix(ui/types): export FocusHost type from types/form-core.js
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue