HiDeoo / intro.js-react

Intro.js react wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step.element should allow more than string like intro.js

snordquist opened this issue · comments

The Step type only allows element to be a string

element?: string;

intro.js allows:
element?: string | HTMLElement | Element | undefined;

see: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/173aa9174685d78871a5c035b74d856f4aef9cc8/types/intro.js/index.d.ts#L15