mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 09:24:54 +10:00
fixes #2530
This commit is contained in:
Vendored
-8
@@ -1,19 +1,11 @@
|
||||
/// <reference types="vite-plugin-pwa/client" />
|
||||
|
||||
import type { AriaAttributes, DOMAttributes } from "react";
|
||||
|
||||
declare const __APP_VERSION__: string;
|
||||
|
||||
declare module "*.css";
|
||||
declare module "@fontsource/*" {}
|
||||
declare module "@fontsource-variable/*" {}
|
||||
|
||||
declare module "react" {
|
||||
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
|
||||
fetchpriority?: "high" | "low" | "auto";
|
||||
}
|
||||
}
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
// Basics
|
||||
|
||||
Reference in New Issue
Block a user