UNPKG

@zohodesk/hooks

Version:

Unified Component Library - Hooks

7 lines 140 B
import { TOGGLE } from "../constants"; export default function handleChange(checked) { return { type: TOGGLE, data: checked }; }