@sqlrooms/mosaic / useMosaicClient
Function: useMosaicClient()
useMosaicClient<
T>(options):object
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Parameters
| Parameter | Type |
|---|---|
options | UseMosaicClientOptions<T> |
Returns
object
| Name | Type |
|---|---|
data | NonNullable<T> | null |
isLoading | boolean |
client | MosaicClient | null |
