useScopes
useScopes(
options
?):ScopeTuple
<unknown
>[]
Gets the scopes that are implicitly in context for the current component.
Scopes can also be set and overridden explicitly by passing in options to this hook.
Parameters
Parameter | Type | Description |
---|---|---|
options ? | MoleculeScopeOptions |
Returns
ScopeTuple
< unknown
>[]