Skip to main content

useTransitions

const { setExampleValue } = useTransitions();

const newValue = "exampleValue";
setExampleValue(newValue);