summaryrefslogtreecommitdiff
path: root/src/cssmodules.d.ts
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-06 20:52:45 +0000
committerSam Nystrom <15555332-SamNystrom1@users.noreply.replit.com>2024-03-06 20:52:45 +0000
commitac83dd4a08bdbab6df270d6dae8d9e2d6d619342 (patch)
treed928f552d7fb89a96b757b00899d4dbc0639cacd /src/cssmodules.d.ts
init
Diffstat (limited to 'src/cssmodules.d.ts')
-rw-r--r--src/cssmodules.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cssmodules.d.ts b/src/cssmodules.d.ts
new file mode 100644
index 0000000..b6dc193
--- /dev/null
+++ b/src/cssmodules.d.ts
@@ -0,0 +1,4 @@
+declare module '*.css' {
+ const content: Record<string, string>;
+ export default content;
+} \ No newline at end of file