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 'DRVDOC-1260' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
modals
/
childrenContext.ts
blob
3dd9307e041a259e7c59770d40eac0fca2ae6f95
1
import { createContext } from 'react';
2
3
import type { Modal } from './interface';
4
5
export default createContext<Modal[]>([]);