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