Skip to content

Commit abf7bc7

Browse files
committed
fix(types): add types ImageLoadingStatus, ListboxCollectionItemData, and FormErrors for enhanced type definitions
1 parent 4323581 commit abf7bc7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

headless/src/components/listbox/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type {
2121
ListboxFilterProps,
2222
ListboxFilterEmits,
2323
ListboxVirtualizerProps,
24+
ListboxCollectionItemData,
2425
ListboxThemeSlot,
2526
ListboxUi
2627
} from './types';

headless/src/forms/core/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export type {
1313
FormValidateFn,
1414
FormRegisterOptions,
1515
UseFormOptions,
16+
FormErrors,
1617
FormContext
1718
} from './types';

headless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export type {
5555
Direction,
5656
DisclosureState,
5757
FocusIntent,
58+
ImageLoadingStatus,
5859
CheckedState,
5960
NavigationKey,
6061
KbdKey,

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export type {
6161
KbdKey,
6262
Side,
6363
HorizontalSide,
64+
ImageLoadingStatus,
6465
Align,
6566
Placement,
6667
SelectionProps,

0 commit comments

Comments
 (0)