Skip to content

Commit

Permalink
upgrade[react-devtools]: 6.0.1 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxyq authored Oct 15, 2024
1 parent 6f29504 commit 0ecc39f
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 144 deletions.
5 changes: 4 additions & 1 deletion front_end/third_party/react-devtools/package/frontend.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ export type Bridge = {
};
export type Store = Object;
export type BrowserTheme = 'dark' | 'light';
export type Config = {
supportsReloadAndProfile?: boolean,
};

export function createBridge(wall: Wall): Bridge;
export function createStore(bridge: Bridge): Store;
export function createStore(bridge: Bridge, config?: Config): Store;

export type Source = {
sourceURL: string,
Expand Down
669 changes: 526 additions & 143 deletions front_end/third_party/react-devtools/package/frontend.js

Large diffs are not rendered by default.

0 comments on commit 0ecc39f

Please sign in to comment.