UNPKG

@vue/devtools-api

Version:

Interact with the Vue devtools from the page

5 lines (4 loc) 82 B
export declare type ID = number | string; export interface WithId { id: ID; }