Skip to main content
Version: v7.0.0

ProviderValueType


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

Preview

type ProviderValueType = {
config: ProviderOptionsType;
setConfig: (newConfig: ProviderOptionsType) => void;
}

Structure

ProviderValueType
NameTypeDescription
config
ProviderOptionsType
setConfig
(newConfig: ProviderOptionsType) => void
React
On this page