@slidev/types 0.51.0-beta.1 → 0.51.0-beta.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.mts +0 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -504,13 +504,6 @@ interface HeadmatterConfig extends TransitionOptions {
|
|
|
504
504
|
* @default ''
|
|
505
505
|
*/
|
|
506
506
|
exportFilename?: string | null;
|
|
507
|
-
/**
|
|
508
|
-
* Use image snapshot for quick overview
|
|
509
|
-
*
|
|
510
|
-
* @experimental
|
|
511
|
-
* @default false
|
|
512
|
-
*/
|
|
513
|
-
overviewSnapshots?: boolean;
|
|
514
507
|
/**
|
|
515
508
|
* Enable Monaco
|
|
516
509
|
*
|