Fully functional
This commit is contained in:
17
global.d.ts
vendored
Normal file
17
global.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// global.d.ts
|
||||
import { IStaticMethods } from "flyonui/flyonui";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
// Optional third-party libraries
|
||||
_;
|
||||
$: typeof import("jquery");
|
||||
jQuery: typeof import("jquery");
|
||||
DataTable;
|
||||
Dropzone;
|
||||
|
||||
HSStaticMethods: IStaticMethods;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user