fix: export more type definitions (#2077)

This commit is contained in:
gerjanvangeest 2023-09-13 10:45:00 +02:00 committed by GitHub
parent 3c605b14a6
commit a58d8ce092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 4 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/ui': patch
---
export more type definitions

View file

@ -0,0 +1 @@
export { Day, Month, Week } from '../../components/calendar/types/day.js';

View file

@ -0,0 +1 @@
export { SelectionDisplay } from '../../components/combobox/types/SelectionDisplay.js';

View file

@ -0,0 +1,2 @@
export { LionOptionHost } from '../../components/listbox/types/LionOption.js';
export { ListboxHost, ListboxMixin } from '../../components/listbox/types/ListboxMixinTypes.js';

View file

@ -1,4 +1,13 @@
export { FormatNumberOptions } from '../../components/localize/types/LocalizeMixinTypes.js'; export {
export { FormatNumberPart } from '../../components/localize/types/LocalizeMixinTypes.js'; DatePostProcessor,
export { LocalizeMixinHost } from '../../components/localize/types/LocalizeMixinTypes.js'; FormatDateOptions,
export { StringToFunctionMap } from '../../components/localize/types/LocalizeMixinTypes.js'; FormatNumberPart,
FormatNumberOptions,
LocalizeMixin,
LocalizeMixinHost,
msgOptions,
msgVariables,
NamespaceObject,
NumberPostProcessor,
StringToFunctionMap,
} from '../../components/localize/types/LocalizeMixinTypes.js';