Interface: IntrinsicElements
FSComponent.JSX.IntrinsicElements
The intrinsic DOM elements that can be defined.
Indexable
▪ [elemName: string
]: { [attrName: string]
: any
| Subscribable
<any
>; class?
: string
| Subscribable
<string
> | SubscribableSet
<string
> | ToggleableClassNameRecord
; ref?
: NodeReference
<any
> ; style?
: string
| Subscribable
<string
> | SubscribableMap
<string
, string
> | ObjectSubject
<any
> | StyleRecord
}