UNPKG

cra-template-overwolf-typescript-redux

Version:

This is the official [Overwolf TypeScript Redux](https://github.com/AlbericoD/overwolf-modern-react-boilerplate) template for [Create React App](https://github.com/facebook/create-react-app).

9 lines (7 loc) 105 B
interface FeedProps { title: string; data: string; } interface FeedItemProps { content: string; }