UNPKG
@usebool/sdk-react
Version:
latest (1.0.0)
1.0.0
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.10
0.1.8
React SDK for Bool feature flag system
usebool.com
BoolOfficial/sdks
@usebool/sdk-react
/
lib
/
context.d.ts
5 lines
(4 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
ClientContext
}
from
'./types'
;
export
declare
const
context
:
import
(
"react"
).
Context
<
ClientContext
>;
export
declare
const
Provider
:
import
(
"react"
).
Provider
<
ClientContext
>,
Consumer
:
import
(
"react"
).
Consumer
<
ClientContext
>;