Files
LifeTrinket/react-screen-wake-lock.d.ts
Viktor Rådberg 7e0175aeed config vite
2023-08-26 13:23:30 +02:00

5 lines
190 B
TypeScript

declare module 'react-screen-wake-lock' {
// Define the types for the module's exports
const content: unknown; // Use 'any' as a placeholder for missing types
export default content;
}