fix types
This commit is contained in:
parent
bdea1fc50c
commit
2cb8bea374
1 changed files with 2 additions and 2 deletions
|
|
@ -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={() => {}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue