UNPKG

@vue/devtools-api

Version:

Interact with the Vue devtools from the page

6 lines (5 loc) 129 B
import type { AppRecord } from './api.js'; export interface Context { currentTab: string; currentAppRecord: AppRecord; }