@slidev/types 0.31.3 → 0.31.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 +8 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -143,6 +143,14 @@ interface SlidevConfig {
143
143
  * @default 'dev'
144
144
  */
145
145
  record: boolean | 'dev' | 'build';
146
+ /**
147
+ * Expose the server to inbound requests (listen to `0.0.0.0`)
148
+ *
149
+ * Pass a string to set the password for accessing presenter mode.
150
+ *
151
+ * @default false
152
+ */
153
+ remote?: string | boolean;
146
154
  }
147
155
  interface FontOptions {
148
156
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.31.3",
3
+ "version": "0.31.4",
4
4
  "description": "Shared types declerations for Slidev",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",