Skip to content

Commit a9c2fd7

Browse files
authored
fix(api): export setupDevtoolsPlugin function (#255)
1 parent 802d5ea commit a9c2fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devtools-api/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ export {
22
onDevToolsConnected,
33
onDevToolsClientConnected,
44
setupDevToolsPlugin,
5+
// compatible with v6.x
6+
setupDevToolsPlugin as setupDevtoolsPlugin,
57
addCustomTab,
68
addCustomCommand,
79
removeCustomCommand,

0 commit comments

Comments
 (0)