UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

8 lines (7 loc) 228 B
import * as CrawlerDriver from '../../services/crawlerDriver'; declare const PayloadPane: (props: { close: () => void; path: string; startingOperation: CrawlerDriver.Operation; }) => any; export default PayloadPane;