@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 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
  /**