This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Mastodon
/
bots
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2cb9e31c6a
Rami (Branch)
Tag
develop
main
v0.0.33
v0.0.32
v0.0.31
v0.0.30
v0.0.29
v0.0.28
v0.0.27
v0.0.24
v0.0.23
v0.0.22
v0.0.21
v0.0.20
v0.0.19
v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.7
v0.0.6
v.0.0.1
bots
/
src
/
enums
/
props.ts
props.ts
88 B
Cronologia
Originale
1
2
3
4
5
6
7
enum Props {
TEXT = "text",
LINK = "href",
IMAGE = "src"
};
export default Props