Skip to content

Commit a602d20

Browse files
authored
Update tree.mdx
Remove misleading inner type see: vscode-elements/elements#130
1 parent 01b08c9 commit a602d20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/api/tree.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import ApiDocs from '@components/ApiDocs/ApiDocs.astro';
1010
## Custom types
1111

1212
```typescript
13-
type IconType = 'themeicon' | 'image';
14-
1513
type IconVariant = 'branch' | 'leaf' | 'open';
1614

1715
export interface TreeItemIconConfig {
@@ -94,4 +92,4 @@ interface SelectEventDetail {
9492
* `data[1].subItems[2].subItems[3]` */
9593
path: string; // ex.: 0/0/1
9694
}
97-
```
95+
```

0 commit comments

Comments
 (0)