This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
qweasdzxcpkh
/
CocoClassHelpDocs
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
1b37e882bc
Branche
Tagy
feat/random
feat/tsconfig
master
CocoClassHel...
/
components
/
Edit
/
Tree.d.ts
Tree.d.ts
101 B
História
Raw
1
2
3
4
5
6
export type TreeData = {
key: string;
label: string;
isDir?: boolean;
children?: TreeData[]
}