repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pass-lifetime-fixes' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
cache
/
cacheContext.ts
blob
cac4fab77daef176407d80c13fd984563c125f44
1
import { createContext } from 'react';
2
3
import type { Cache } from '@proton/shared/lib/helpers/cache';
4
5
export default createContext<Cache<any, any> | null>(null);