Bring back the utility belt
This commit is contained in:
10
types.d.ts
vendored
10
types.d.ts
vendored
@@ -1 +1,11 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module '*.html' {
|
||||
const value: string;
|
||||
export default value;
|
||||
}
|
||||
|
||||
declare module '*.html?raw' {
|
||||
const value: string;
|
||||
export default value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user