This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
qweasdzxcpkh
/
CocoClassHelpDocs
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
master
Branchit
Tagit
feat/random
feat/tsconfig
master
CocoClassHel...
/
components
/
Edit
/
Tree.d.ts
Tree.d.ts
101 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
export type TreeData = {
key: string;
label: string;
isDir?: boolean;
children?: TreeData[]
}