We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acf1dd commit eab8723Copy full SHA for eab8723
src/index.ts
@@ -1,11 +1,11 @@
1
-export * from './ContentContainer';
2
-export * from './ContentHeadline';
+export { default as ContentContainer } from './ContentContainer';
+export { default as ContentHeadline } from './ContentHeadline';
3
4
export type * from './ContentHeadline';
5
export type * from './ContentContainer';
6
7
-export * from './useContentContainer';
8
-export * from './useContentHeadline';
+export { default as useContentContainer } from './useContentContainer';
+export { default as useContentHeadline } from './useContentHeadline';
9
10
export type * from './useContentContainer';
11
export type * from './useContentHeadline';
0 commit comments