UNPKG
dareway-rui
Version:
latest (2.2.36)
2.2.36
dareway-rui
/
build
/
taglib
/
beacon
/
BeaconContext.d.ts
10 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
React
from
'react'
;
declare
interface
BeaconContextType
{
__context__beaconID
:
string
;
__context__laneID
:
string
; }
declare
const
BeaconContext
:
React
.
Context
<
BeaconContextType
>;
export
default
BeaconContext
;