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 ac489a3 commit 62e314eCopy full SHA for 62e314e
generatedTypes/index.d.ts
@@ -3,6 +3,11 @@
3
* The real index file that will be bundled is "src/index.js".
4
* Please use this file for declaring all the exports, so they could be picked up by typescript's complier
5
*/
6
+
7
+declare module 'react-native-ui-lib/testkit' {
8
+ export * from './testkit';
9
+}
10
11
export * from './src/style';
12
export * from './src/services';
13
export * from './lib/components';
0 commit comments