APIHooksuseTransitionsuseTransitions const { setExampleValue } = useTransitions();const newValue = "exampleValue";setExampleValue(newValue);