We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5bd77 commit d80ad3fCopy full SHA for d80ad3f
src/index.tsx
@@ -34,7 +34,8 @@ export type {
34
35
import UniqueProvider, { type UniqueProviderProps } from './UniqueProvider';
36
37
-export { UniqueProvider, UniqueProviderProps };
+export { UniqueProvider };
38
+export type { UniqueProviderProps };
39
40
export interface TriggerRef {
41
nativeElement: HTMLElement;
0 commit comments