@waveform-playlist/browser 9.3.2 → 9.3.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/index.d.ts +0 -2
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +424 -425
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -650,8 +650,6 @@ export declare interface KeyboardShortcutsProps {
|
|
|
650
650
|
annotations?: boolean;
|
|
651
651
|
/** Additional shortcuts appended to the defaults. */
|
|
652
652
|
additionalShortcuts?: KeyboardShortcut[];
|
|
653
|
-
/** Disable all shortcuts. Defaults to true. */
|
|
654
|
-
enabled?: boolean;
|
|
655
653
|
}
|
|
656
654
|
|
|
657
655
|
/**
|