This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
qweasdzxcpkh
/
CocoClassHelpDocs
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1b37e882bc
Branches
Tags
feat/random
feat/tsconfig
master
CocoClassHel...
/
components
/
Edit
/
Tree.d.ts
Tree.d.ts
101 B
Histórico
Raw
1
2
3
4
5
6
export type TreeData = {
key: string;
label: string;
isDir?: boolean;
children?: TreeData[]
}