Files
terminal/web/node_modules/react-use/esm/useToggle.d.ts
T

3 lines
116 B
TypeScript

declare const useToggle: (initialValue: boolean) => [boolean, (nextValue?: any) => void];
export default useToggle;