Skip to main content
Version: v7.0.0

ProviderProps


Import
import { ProviderProps } from "@hyper-fetch/react"

Preview

type ProviderProps = {
children: React.ReactNode;
config?: ProviderOptionsType;
}

Structure

ProviderProps
NameTypeDescription
children
React.ReactNode

Children to render

config
ProviderOptionsType

Configuration to set for available hooks

React
On this page