UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

3 lines (2 loc) 167 B
import { Dispatch, SetStateAction } from 'react'; export default function useToggle(defaultValue?: boolean): [boolean, () => void, Dispatch<SetStateAction<boolean>>];