Files
kvm/ui/vite-env.d.ts
luckfox-eng29 9a4e604c61 Update App version to 0.1.1
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2026-02-05 13:59:33 +08:00

8 lines
257 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="vite-plugin-svgr/client" />
declare module '*.svg' {
import { FC, SVGProps } from 'react';
export const ReactComponent: FC<SVGProps<SVGSVGElement>>;
const src: string;
export default src;
}