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
Update selected item color in Pass menu
[ProtonMail-WebClient.git]
/
packages
/
pass
/
lib
/
api
/
api.ts
blob
91c7e519778207009defa484ca26ca4e9857154d
1
import type { Api } from '@proton/pass/types';
2
3
export let api: Api;
4
export const exposeApi = (value: Api) => (api = value);