This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
qweasdzxcpkh
/
CocoClassHelpDocs
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
feat/random
Větve
Značky
feat/random
feat/tsconfig
master
CocoClassHel...
/
components
/
Edit
/
Tree.d.ts
Tree.d.ts
101 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
export type TreeData = {
key: string;
label: string;
isDir?: boolean;
children?: TreeData[]
}