This website works better with JavaScript.
Home
Explore
Help
Sign In
topuser
/
vite-electron
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
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.
3
Commits
2
Branches
0
Tags
9.1 MiB
TypeScript
64.5%
SCSS
17.3%
JavaScript
14.3%
HTML
4%
Tree:
01c6380c8b
master
ui
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '01c6380c8b'
${ noResults }
vite-electron
/
types
/
global.d.ts
10 lines
95 B
Raw
Blame
History
interface
IAny
{
[
props
:
string
]
:
any
;
}
interface
IAction
extends
IAny
{
type
:
string
}
Reference in new issue