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 'renovate/playwright' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
unleash
/
useFlag.ts
blob
134a6f750ccd87dfc2b6eede54fd4b166094eef8
1
import { useFlag as useUnleashFlag } from '@unleash/proxy-client-react';
2
3
import type { FeatureFlag } from './UnleashFeatureFlags';
4
5
const useFlag: (name: FeatureFlag) => boolean = useUnleashFlag;
6
7
export default useFlag;