withContextStyle Function
withContextStyle(node: React.ReactNode, context?: PropertyValueRendererContext): undefined | "null" | string | number | boolean | Iterable<React.ReactNode, any, any> | React.JSX.Element
| Parameter | Type | Description | 
|---|---|---|
| node | React.ReactNode | |
| context | PropertyValueRendererContext | 
Returns - undefined | "null" | string | number | boolean | Iterable<React.ReactNode, any, any> | React.JSX.Element
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.