aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/types.d.ts
blob: 0d1b22262625c9415d326583ebac9772403e7a06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * SPDX-FileCopyrightText: 2024 The Refinery Authors
 *
 * SPDX-License-Identifier: EPL-2.0
 */

declare module '*?url' {
  const url: string;
  export default url;
}