index.d.ts 194 Bytes
Newer Older
huahua committed
1 2 3 4
import { Protocol } from 'electron'

export function createProtocol(scheme: string, customProtocol?: Protocol): void
export function installVueDevtools(forceDownload?: boolean): Promise<string>