@slidev/types 0.30.1 → 0.30.2
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 +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -86,6 +86,11 @@ interface SlidevConfig {
|
|
|
86
86
|
* @default '980'
|
|
87
87
|
*/
|
|
88
88
|
canvasWidth: number;
|
|
89
|
+
/**
|
|
90
|
+
* Force the filename used when exporting the presentation.
|
|
91
|
+
* The extension, e.g. .pdf, gets automatically added.
|
|
92
|
+
*/
|
|
93
|
+
exportFilename: string | null;
|
|
89
94
|
/**
|
|
90
95
|
* Controls whether texts in slides are selectable
|
|
91
96
|
*
|