mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Restructure; use DaisyUI
This commit is contained in:
17
src-angular/typings.d.ts
vendored
17
src-angular/typings.d.ts
vendored
@@ -1,14 +1,7 @@
|
||||
/* eslint @typescript-eslint/no-explicit-any: 0 */ // Semantic adds functions to JQuery in a way that can't be type checked
|
||||
/* SystemJS module definition */
|
||||
declare let nodeModule: NodeModule
|
||||
interface NodeModule {
|
||||
id: string
|
||||
}
|
||||
import { ContextBridgeApi } from '../src-shared/interfaces/ipc.interface'
|
||||
|
||||
// declare let window: Window
|
||||
declare let $: any
|
||||
interface Window {
|
||||
process: any
|
||||
require: any
|
||||
jQuery: any
|
||||
declare global {
|
||||
interface Window {
|
||||
electron: ContextBridgeApi
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user