UNPKG

debug-server-next

Version:

Dev server for hippy-core.

5 lines (4 loc) 211 B
import * as UI from '../../ui/legacy/legacy.js'; const panelName = 'ui_inspector'; const iframeUrl = '/extensions/ui-inspector.html'; export const CustomPanel = UI.CustomPanel.createPanel(panelName, iframeUrl);