Skip to content

Commit

Permalink
Update react-devtools artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Aug 29, 2024
1 parent ae992da commit c869824
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
3 changes: 2 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 @@ -50,4 +50,5 @@ export type InitializationOptions = {
canViewElementSourceFunction?: CanViewElementSource,
};

export function initialize(node: Element | Document, options: InitializationOptions): void;
export function initializeComponents(node: Element | Document, options: InitializationOptions): void;
export function initializeProfiler(node: Element | Document, options: InitializationOptions): void;
35 changes: 23 additions & 12 deletions front_end/third_party/react-devtools/package/frontend.js

Large diffs are not rendered by default.

0 comments on commit c869824

Please sign in to comment.