@slidev/types 0.31.4 → 0.32.1

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
@@ -24,6 +24,12 @@ interface SlidevConfig {
24
24
  * @default 'default'
25
25
  */
26
26
  theme: string;
27
+ /**
28
+ * List of Slidev addons
29
+ *
30
+ * @default []
31
+ */
32
+ addons: string[];
27
33
  /**
28
34
  * Download remote assets in local using vite-plugin-remote-assets
29
35
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.31.4",
3
+ "version": "0.32.1",
4
4
  "description": "Shared types declerations for Slidev",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",