mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
Update missing CustomIconName (#4157)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@gitbook/icons": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update missing CustomIconName
|
||||||
@@ -25,6 +25,11 @@ type CustomIconName =
|
|||||||
| 'vscode'
|
| 'vscode'
|
||||||
| 'mcp'
|
| 'mcp'
|
||||||
| 'chatgpt'
|
| 'chatgpt'
|
||||||
| 'claude';
|
| 'claude'
|
||||||
|
| 'bytedance'
|
||||||
|
| 'cohere'
|
||||||
|
| 'common-crawl'
|
||||||
|
| 'deepseek'
|
||||||
|
| 'mistral';
|
||||||
|
|
||||||
export type IconName = BasicIconName | CustomIconName;
|
export type IconName = BasicIconName | CustomIconName;
|
||||||
|
|||||||
Reference in New Issue
Block a user