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
4021
Commits
2
Branches
0
Tags
148 MiB
TypeScript
57.2%
JavaScript
34.7%
CSS
7.8%
HTML
0.3%
Tree:
c9f5085dd1
react.dev
/
flow-typed
/
hex2rgba.js
3 lines
97 B
Raw
Blame
History
declare
module
'hex2rgba'
{
declare
module
.
exports
:
(
hex
:
string
,
alpha
?
:
number
)
=>
string
;
}
Reference in new issue