Create frontend project

This commit is contained in:
Jon Staab
2026-02-25 14:55:36 -08:00
parent c84b003a57
commit 9bc6c42aee
32 changed files with 1339 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { IStaticMethods } from "preline"
declare global {
interface Window {
HSStaticMethods: IStaticMethods
}
}
export {}