finos / openfin-react-hooks

A collection of React Hooks built on top of the Openfin API - from Scott Logic
Apache License 2.0
48 stars 19 forks source link

Add support for v1 combined types #59

Closed ms14981 closed 4 years ago

ms14981 commented 4 years ago

Alternative to #52 and #57 (closer to 57).

Version switching done internally to the hook.

The type for a child window is made very loose (any type) to avoid having to add lots of ts-ignore lines.