Skip to content

Commit d80ad3f

Browse files
committed
chore: fix ts
1 parent 5b5bd77 commit d80ad3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ export type {
3434

3535
import UniqueProvider, { type UniqueProviderProps } from './UniqueProvider';
3636

37-
export { UniqueProvider, UniqueProviderProps };
37+
export { UniqueProvider };
38+
export type { UniqueProviderProps };
3839

3940
export interface TriggerRef {
4041
nativeElement: HTMLElement;

0 commit comments

Comments
 (0)