@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -0
  2. 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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.27.13",
3
+ "version": "0.27.17",
4
4
  "description": "Shared types declerations for Slidev",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",