Simple monitor for displaying MIDI status for digital pianos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 144 B

12345678
  1. import { ElectronAPI } from '@electron-toolkit/preload'
  2. declare global {
  3. interface Window {
  4. electron: ElectronAPI
  5. api: unknown
  6. }
  7. }