@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 141 B
JavaScript
import{useState as t}from"react";export function useSetState(e){const[o,n]=t(e);return[o,t=>n((e=>({...e,..."function"==typeof t?t(e):t})))]}