/material-ui-flow

Flow Types for Material UI

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Flow Types for Material UI

This is an attempt to build Flow types for material-ui that are more precise than the one built in the flow-typed repository. I'm looking for help to map some TypeScript types to Flow.

Questions

Below are some questions that would help me to map of the TS types to Flow

1

How does the following TS definition:

React.HTMLAttributes<HTMLElement>

translate in Flow? 🤔