ProviderProps
Import
import { ProviderProps } from "@hyper-fetch/react"
Source
Package
Preview
type ProviderProps = {
children: React.ReactNode;
config?: ProviderOptionsType;
}
Structure
ProviderProps
| Name | Type | Description |
|---|---|---|
| children | | Children to render |
| config | | Configuration to set for available hooks |