@slidev/types 0.38.2 → 0.38.4

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
@@ -172,6 +172,12 @@ interface SlidevConfig {
172
172
  * @default 'windicss'
173
173
  */
174
174
  css: 'windicss' | 'unocss';
175
+ /**
176
+ * Enable presenter mode
177
+ *
178
+ * @default true
179
+ */
180
+ presenter: boolean | 'dev' | 'build';
175
181
  }
176
182
  interface FontOptions {
177
183
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.38.2",
3
+ "version": "0.38.4",
4
4
  "description": "Shared types declerations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",