@slidev/types
Advanced tools
Comparing version 0.0.0-alpha.29 to 0.0.0-alpha.30
{ | ||
"name": "@slidev/types", | ||
"version": "0.0.0-alpha.29", | ||
"version": "0.0.0-alpha.30", | ||
"description": "Shared types declerations for Slidev", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -29,5 +29,12 @@ export interface SlideInfo { | ||
/** | ||
* Show a download button in the SPA build, | ||
* could also be a link to custom pdf | ||
* | ||
* @default true | ||
*/ | ||
download: boolean | string | ||
/** | ||
* @default true | ||
*/ | ||
info: boolean | ||
} | ||
@@ -34,0 +41,0 @@ |
2470
49