UNPKG
@fbaconversio/onborda
Version:
latest (1.3.10)
1.3.10
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
The ultimate product tour library for Next.js
github.com/fbaconversio/onborda
fbaconversio/onborda
@fbaconversio/onborda
/
dist
/
index.d.ts
4 lines
(3 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
export
{
OnbordaProvider
, useOnborda }
from
"./OnbordaContext"
;
export
{
default
as
Onborda
}
from
"./Onborda"
;
export
type
{
OnbordaProps
,
Step
,
OnbordaContextType
,
CardComponentProps
}
from
"./types"
;