This website works better with JavaScript.
Home
Explore
Help
Sign In
topuser
/
vite-react
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6
Commits
2
Branches
0
Tags
5.3 MiB
TypeScript
58.6%
SCSS
40.1%
HTML
1.2%
Tree:
0e3d8a628c
vite-react
/
types
/
global.d.ts
8 lines
93 B
Raw
Blame
History
interface
IAny
{
[
props
:
string
]
:
any
;
}
interface
IAction
extends
IAny
{
type
:
string
}
Reference in new issue