Skip to main content
Version: v7.0.0

getBounceData


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

Parameters

getBounceData(bounceData: { active: boolean; reset: () => void })
Parameters
NameTypeDescription
bounceData
{ active: boolean; reset: () => void }

Returns

getBounceData
NameTypeDescription
active
boolean
reset
() => void
React
On this page