intro.js
Preparing search index...
packages/dom
BindingFunc
Type Alias BindingFunc
BindingFunc
:
(
(
dom
?:
Node
)
=>
ValidChildDomValue
)
|
(
(
dom
?:
Element
)
=>
Element
)
A type representing functions that generate DOM values.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
intro.js
Loading...
A type representing functions that generate DOM values.