mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-07 22:24:27 +00:00
For people who wants to use `hooks` like
```javascript
import React, { useContext } from 'react'
const { window: frameWindow } = useContext(FrameContext)
```