mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 23:17:59 +00:00
5 lines
190 B
TypeScript
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;
|
|
} |