mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import type { ContextBridge } from 'electron';
|
|
|
|
export const inject: (contextBridge: ContextBridge) => void;
|
|
|
|
export const isInjected: () => boolean;
|