fix types

This commit is contained in:
Vitaly Turovsky 2025-02-23 21:55:07 +03:00
commit 2cb8bea374

View file

@ -73,7 +73,7 @@ export const Primary: Story = {
progress={{ current: 0, total: 100 }}
speed={1}
defaultFilter=""
customButtons={{ button1: false, button2: false }}
customButtons={{ }}
onPlayPause={() => {}}
onRestart={() => {}}
onSpeedChange={() => {}}
@ -94,7 +94,7 @@ export const Playing: Story = {
progress={{ current: 50, total: 100 }}
speed={1}
defaultFilter=""
customButtons={{ button1: false, button2: false }}
customButtons={{ }}
onPlayPause={() => {}}
onRestart={() => {}}
onSpeedChange={() => {}}