This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
2807
Commits
2
Branches
0
Tags
148 MiB
Tree:
7a44e5ba7a
react.dev
/
flow-typed
/
glamor.js
8 lines
119 B
Raw
Normal View
History
Added some basic Flow types to get things started
7 years ago
declare
module
'glamor'
{
declare
module
.
exports
:
{
css
:
{
global
:
(
...
params
:
any
)
=>
void
,
}
,
}
;
}