fix: export more type definitions (#2077)
This commit is contained in:
parent
3c605b14a6
commit
a58d8ce092
5 changed files with 22 additions and 4 deletions
5
.changeset/odd-cameras-rush.md
Normal file
5
.changeset/odd-cameras-rush.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
export more type definitions
|
||||||
1
packages/ui/exports/types/calendar.ts
Normal file
1
packages/ui/exports/types/calendar.ts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export { Day, Month, Week } from '../../components/calendar/types/day.js';
|
||||||
1
packages/ui/exports/types/combobox.ts
Normal file
1
packages/ui/exports/types/combobox.ts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export { SelectionDisplay } from '../../components/combobox/types/SelectionDisplay.js';
|
||||||
2
packages/ui/exports/types/listbox.ts
Normal file
2
packages/ui/exports/types/listbox.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
export { LionOptionHost } from '../../components/listbox/types/LionOption.js';
|
||||||
|
export { ListboxHost, ListboxMixin } from '../../components/listbox/types/ListboxMixinTypes.js';
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue