useEventCallback
useEventCallback<
T>(fn,deps): (…args) =>any
Defined in: packages/react/src/components/ui/datetime/input.tsx:489
Stable callback ref that always calls the latest fn without changing reference when deps change.
Type Parameters
Section titled “Type Parameters”T extends Function
Parameters
Section titled “Parameters”T
any[]
Returns
Section titled “Returns”(…args) => any