Restructure; use DaisyUI

This commit is contained in:
Geomitron
2023-11-28 19:50:45 -06:00
parent 49c3f38f99
commit 2eef4d0bee
727 changed files with 1283 additions and 298840 deletions

View File

@@ -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
}
}