aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs/src/types.d.ts')
-rw-r--r--subprojects/docs/src/types.d.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/docs/src/types.d.ts b/subprojects/docs/src/types.d.ts
new file mode 100644
index 00000000..0d1b2226
--- /dev/null
+++ b/subprojects/docs/src/types.d.ts
@@ -0,0 +1,10 @@
1/*
2 * SPDX-FileCopyrightText: 2024 The Refinery Authors
3 *
4 * SPDX-License-Identifier: EPL-2.0
5 */
6
7declare module '*?url' {
8 const url: string;
9 export default url;
10}