Skip to content

Commit

Permalink
fix(api): export setupDevtoolsPlugin function
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Mar 1, 2024
1 parent 802d5ea commit 8355558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devtools-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export {
onDevToolsConnected,
onDevToolsClientConnected,
setupDevToolsPlugin,
// compatible with v6.x
setupDevToolsPlugin as setupDevtoolsPlugin,
addCustomTab,
addCustomCommand,
removeCustomCommand,
Expand Down

0 comments on commit 8355558

Please sign in to comment.