@slidev/types 0.27.13 → 0.27.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -108,6 +108,12 @@ interface SlidevConfig {
|
|
|
108
108
|
* @default {}
|
|
109
109
|
*/
|
|
110
110
|
fonts: ResolvedFontOptions;
|
|
111
|
+
/**
|
|
112
|
+
* Configure the icon for app
|
|
113
|
+
*
|
|
114
|
+
* @default 'https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png'
|
|
115
|
+
*/
|
|
116
|
+
favicon: string;
|
|
111
117
|
/**
|
|
112
118
|
* Options for drawings
|
|
113
119
|
*/
|