HiDeoo/intro.js-react

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

snordquist opened this issue · 0 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