UNPKG

@commercetools-uikit/hooks

Version:

A collection of React hooks used across some of the UI-Kit components.

3 lines (2 loc) 136 B
declare const useToggleState: (defaultValue?: boolean) => [boolean, (forceIsToggled?: boolean) => void]; export default useToggleState;