-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
Add a hook that would simplify working with boolean values
/**
* @param defaultValue initial value of the switch. Default {@link false}
* @example
* const [isOpen, turnIsOpenOn, turnIsOpenOff, toggleIsOpen] = useSwitcher();
*/
export declare const useSwitcher: (defaultValue?: boolean) => readonly [boolean, () => void, () => void, () => void];
Metadata
Metadata
Assignees
Labels
No labels