@spash/frontlib 0.0.15-beta.1 → 0.0.15-beta.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.
- package/dist/main.d.ts +3 -1
- package/dist/main.js +2396 -2383
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -275,7 +275,9 @@ export declare type SIZES = 'md' | 'lg' | 'xl';
|
|
|
275
275
|
export declare enum SpashVideoControls {
|
|
276
276
|
'fullscreen' = "fullscreen",
|
|
277
277
|
'readingSpeed' = "reading-speed",
|
|
278
|
-
'
|
|
278
|
+
'videoTimecode' = "video-timecode",
|
|
279
|
+
'playPause' = "play-pause",
|
|
280
|
+
'changeTimecode' = "change-timecode"
|
|
279
281
|
}
|
|
280
282
|
|
|
281
283
|
export declare enum SpashVideoOptions {
|