UNPKG
posthog-tours
Version:
latest (0.2.0)
0.2.0
0.1.0
A TypeScript package for creating guided tours in PostHog
posthog-tours
/
dist
/
index.d.ts
4 lines
(3 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
export
declare
const
VERSION
=
"0.1.0"
;
export
{
PostHogTours
}
from
'./PostHogTours'
;
export
*
from
'./types'
;