This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
qweasdzxcpkh
/
CocoClassHelpDocs
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
1b37e882bc
Gałęzie
Tagi
feat/random
feat/tsconfig
master
CocoClassHel...
/
components
/
Edit
/
Tree.d.ts
Tree.d.ts
101 B
Historia
Czysty
1
2
3
4
5
6
export type TreeData = {
key: string;
label: string;
isDir?: boolean;
children?: TreeData[]
}