Skip to content

Commit 35c88fb

Browse files
committed
chore: exporting ReactWrapper and _
1 parent bcdb897 commit 35c88fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import Grid from "./src/grid";
2+
import { ReactWrapper, _ } from "./src/wrapper";
23

3-
export { Grid };
4+
export { Grid, _, ReactWrapper };

0 commit comments

Comments
 (0)