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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2787
Commits
2
Branches
0
Tags
148 MiB
Tree:
1a98da7d98
lukechilds-patch-1
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1a98da7d98'
${ noResults }
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
,
}
,
}
;
}