forked from external-repos/LifeTrinket
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;
|
|
} |