From 5404a95c15e176d25728bf1a319ddb9828b23625 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 20:46:35 +0300 Subject: refactor(web): re-organize files --- web/src/global.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 web/src/global.d.ts (limited to 'web/src/global.d.ts') diff --git a/web/src/global.d.ts b/web/src/global.d.ts new file mode 100644 index 0000000..3b6d980 --- /dev/null +++ b/web/src/global.d.ts @@ -0,0 +1,9 @@ +import type Notive from "./index"; + +declare global { + interface Window { + notive: Notive; + } +} + +export {}; -- cgit v1.2.3