If using React Context, re-declare this in your class to be the
React.ContextType
of your static contextType
.
Should be used with type annotation or static contextType.
Static
contextIf set, this.context
will be set at runtime to the current value of the given Context.
Static
defaultPrivate
Readonly
drawPrivate
Readonly
get
value of the parent Context specified in
contextType
.