6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
declare const __VUE_FLOW_VERSION__: string
|
|
declare const __ENV__: string
|
|
declare interface Window {
|
|
chrome?: any
|
|
}
|