csantiago132 / chat-app

A CRUD (Create, Read, Update, Delete) chat application built with Typescript, React, Styled-Components,Firebase and Immutable.JS.
MIT License
9 stars 3 forks source link

make interfaces exportable #24

Open csantiago132 opened 5 years ago

csantiago132 commented 5 years ago

To code-split components properly, I have to import eh interface and extend it in order to not loose type definition when combining components.