UNPKG

brightyui

Version:

Brighty UI library

9 lines (8 loc) 255 B
export default useBool; declare function useBool(defaultValue?: boolean): { value: boolean; onToggle: () => void; onTrue: () => void; onFalse: () => void; onChange: import("react").Dispatch<import("react").SetStateAction<boolean>>; };