This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
qweasdzxcpkh
/
CocoClassHelpDocs
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
1b37e882bc
Ramos
Etiquetas
feat/random
feat/tsconfig
master
CocoClassHel...
/
components
/
Edit
/
Tree.d.ts
Tree.d.ts
101 B
Histórico
Em bruto
1
2
3
4
5
6
export type TreeData = {
key: string;
label: string;
isDir?: boolean;
children?: TreeData[]
}