Variables
Const BYPASS_HOOK
BYPASS_HOOK: object
Const CAMEL_PROPS
CAMEL_PROPS: RegExp = /^(?:accent|alignment|arabic|baseline|cap|clip|color|fill|flood|font|glyph|horiz|marker|overline|paint|stop|strikethrough|stroke|text|underline|unicode|units|v|vector|vert|word|writing|x)[A-Z]/
Const COMPONENT_WRAPPER_KEY
COMPONENT_WRAPPER_KEY: any = typeof Symbol !== "undefined" ? (Symbol as any).for("__zreactCompatWrapper") : "__zreactCompatWrapper"
Const DEV
DEV: boolean = typeof process === "undefined" || !process.env || process.env.NODE_ENV !== "production"
Const ELEMENTS
ELEMENTS: string[] = "a abbr address area article aside audio b base bdi bdo big blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 head header hgroup hr html i iframe img input ins kbd keygen label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt ruby s samp script section select small source span strong style sub summary sup table tbody td textarea tfoot th thead time title tr track u ul var video wbr circle clipPath defs ellipse g image line linearGradient mask path pattern polygon polyline radialGradient rect stop svg text tspan".split(" ")
Const REACT_ELEMENT_TYPE
REACT_ELEMENT_TYPE: any = (typeof Symbol !== "undefined" && (Symbol as any).for && (Symbol as any).for("react.element")) || 0xeac7
Const VNodeCon
VNode
Con: VNode = h("a", null).constructor as typeof VNode
Const classNameDescriptor
classNameDescriptor: any = {configurable: true,get() { return this.class; },set(v: any) { this.class = v; },} as any
Let currentComponent
currentComponent: any
Const oldEventHook
oldEventHook: undefined | function = options.event
Const oldVnodeHook
oldVnodeHook: undefined | function = options.vnode
Const version
version: "16.0.0" = "16.0.0"
Track current render() component for ref assignment