@codesandbox/sandpack-react
Advanced tools
Comparing version 2.19.3 to 2.19.4
@@ -31,2 +31,2 @@ import * as React from "react"; | ||
*/ | ||
export declare const FileTabs: ({ closableTabs, className, ...props }: FileTabsProps & React.HTMLAttributes<HTMLDivElement>) => JSX.Element; | ||
export declare const FileTabs: ({ closableTabs, className, activeFileUniqueId, ...props }: FileTabsProps & React.HTMLAttributes<HTMLDivElement>) => JSX.Element; |
@@ -31,2 +31,2 @@ import * as React from "react"; | ||
*/ | ||
export declare const FileTabs: ({ closableTabs, className, ...props }: FileTabsProps & React.HTMLAttributes<HTMLDivElement>) => JSX.Element; | ||
export declare const FileTabs: ({ closableTabs, className, activeFileUniqueId, ...props }: FileTabsProps & React.HTMLAttributes<HTMLDivElement>) => JSX.Element; |
{ | ||
"name": "@codesandbox/sandpack-react", | ||
"version": "2.19.3", | ||
"version": "2.19.4", | ||
"description": "", | ||
@@ -61,3 +61,3 @@ "keywords": [], | ||
"@codemirror/view": "^6.7.1", | ||
"@codesandbox/sandpack-client": "^2.19.0", | ||
"@codesandbox/sandpack-client": "^2.19.4", | ||
"@lezer/highlight": "^1.1.3", | ||
@@ -98,3 +98,3 @@ "@react-hook/intersection-observer": "^3.1.1", | ||
}, | ||
"gitHead": "c0d47f54426f59144e9af3f952893068ac963cc1" | ||
"gitHead": "0ae65cc111b4ab86872ca9631fe2c0a370257ed4" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1202121