Skip to content

Types: PropsCallbackContext

ts
type PropsCallbackContext = object;

Context provided to props callback functions

Type declaration

push

ts
push: CallbackContext["push"];

reject

ts
reject: CallbackContext["reject"];

replace

ts
replace: CallbackContext["replace"];