mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
refactor: batch 3
This commit is contained in:
5
src/vite-env.d.ts
vendored
5
src/vite-env.d.ts
vendored
@@ -6,3 +6,8 @@ module 'virtual:pwa-register' {
|
||||
*/
|
||||
declare function registerSW(_opts: unknown): () => void;
|
||||
}
|
||||
|
||||
declare module '*?base64' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user