UNPKG
lapras
Version:
latest (0.1.1)
0.1.1
0.1.0
A React library to create guided walkthroughs and tours
github.com/revanth47/lapras
revanth47/lapras
lapras
/
lib
/
index.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
import
ReactLapras
from
'./TourManager'
;
import
Lapras
from
'./Lapras'
;
export
{
Lapras
,
ReactLapras
};
export
default
Lapras
;