um-react/src/vite-env.d.ts
鲁树人 2e4e57be45
All checks were successful
Build and Deploy / build (push) Successful in 1m42s
refactor: batch 3
2025-05-18 02:41:20 +09:00

14 lines
306 B
TypeScript

/// <reference types="vite/client" />
module 'virtual:pwa-register' {
/**
* See: {@link https://vite-pwa-org.netlify.app/guide/prompt-for-update.html}
*/
declare function registerSW(_opts: unknown): () => void;
}
declare module '*?base64' {
const content: string;
export default content;
}