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 9d2e766 commit 43780a7Copy full SHA for 43780a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codesandbox/sdk",
3
- "version": "1.0.0-beta.8",
+ "version": "1.0.0-rc.1",
4
"description": "The CodeSandbox SDK",
5
"author": "CodeSandbox",
6
"license": "MIT",
src/browser.ts
@@ -4,7 +4,7 @@ import { WebSocketSession } from "./sessions/WebSocketSession";
export * from "./sessions/WebSocketSession";
7
-export { createPreview } from "./previews";
+export { createPreview, Preview } from "./previews";
8
9
/**
10
* With this function you can connect to a sandbox from the browser.
0 commit comments