@slidev/types 0.34.2 → 0.34.3

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -337,6 +337,8 @@ interface NavOperations {
337
337
  nextSlide: () => void;
338
338
  prevSlide: () => Promise<void>;
339
339
  go: (index: number) => void;
340
+ goFirst: () => void;
341
+ goLast: () => void;
340
342
  downloadPDF: () => Promise<void>;
341
343
  toggleDark: () => void;
342
344
  toggleOverview: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.34.2",
3
+ "version": "0.34.3",
4
4
  "description": "Shared types declerations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",