Skip to content

Commit 408782f

Browse files
committed
chore: add explicit exports instead of wildcard
1 parent 2084254 commit 408782f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/index.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
export * from './components';
1+
export {
2+
Header,
3+
LargeHeader,
4+
FadingView,
5+
ScalingView,
6+
ScrollViewWithHeaders,
7+
FlatListWithHeaders,
8+
SectionListWithHeaders,
9+
} from './components';
10+
11+
export type {
12+
HeaderProps,
13+
LargeHeaderProps,
14+
ScrollHeaderProps,
15+
ScrollLargeHeaderProps,
16+
SharedScrollContainerProps,
17+
} from './components';

0 commit comments

Comments
 (0)