Decisiv / styled-components-modifiers

A library to enable BEM flavored modifiers (and responsive modifiers) in styled components.
MIT License
298 stars 11 forks source link

Enhance with TypeScript #22

Closed andrewtpoe closed 5 years ago

andrewtpoe commented 5 years ago

OVERVIEW

Many modern editors and applications have sufficient support for TypeScript to make it worth using in packages such as this.

EXPECTED BEHAVIOR

Convert this project to TypeScript. Export the types so they are consumable with the code.

ACTUAL BEHAVIOR

There is no typing of this code.

andrewtpoe commented 5 years ago

Closed by #24