@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.
- package/dist/index.d.ts +8 -0
- 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
|
/**
|