Skip to content

Commit 62e314e

Browse files
author
Marik Shnitman
committed
Export testkit?
1 parent ac489a3 commit 62e314e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

generatedTypes/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* The real index file that will be bundled is "src/index.js".
44
* Please use this file for declaring all the exports, so they could be picked up by typescript's complier
55
*/
6+
7+
declare module 'react-native-ui-lib/testkit' {
8+
export * from './testkit';
9+
}
10+
611
export * from './src/style';
712
export * from './src/services';
813
export * from './lib/components';

0 commit comments

Comments
 (0)