1.0.9 • Published 6 years ago

flow-inlinestyle v1.0.9

Weekly downloads
74
License
MIT
Repository
github
Last release
6 years ago

flow-inlinestyle

To statically check your style objects

How to use ?

First: npm install --save-dev flow-inlinestyle

Add the type in your .flowconfig file :

[libs]
node_modules/flow-inlinestyle/index.js

Then, to use the type in your code:

const STYLE_FOO: InlineStyle = {
  marginRight: 10,
  display: 'inline-block',
};
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago