fix(ui/types): export FocusHost type from types/form-core.js

This commit is contained in:
Riovir 2024-09-12 17:55:27 +02:00 committed by Thijs Louisse
parent f393e6d783
commit a4f654a32b
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/ui': patch
---
fix(ui/types): export FocusHost type from types/form-core.js

View file

@ -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';