UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

2 lines (1 loc) 98 B
export declare const useToggle: (initialState?: boolean) => [boolean, (value?: boolean) => void];