UNPKG
dareway-rui
Version:
latest (2.2.36)
2.2.36
dareway-rui
/
build
/
taglib
/
beacon
/
Beacon.d.ts
12 lines
(9 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
*
as
React
from
'react'
;
declare
interface
BeaconProps
{
isMainBeacon
?:
boolean
;
beaconID
:
string
;
laneID
:
string
;
width
?:
number
;
height
?:
number
; }
export
default
class
Beacon
extends
React.Component
<
BeaconProps
> {}