mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Allow play button click handler to have args
This commit is contained in:
parent
c0e3174d09
commit
55937e71db
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const Title = ({ children }: TitleProps) => {
|
|||
};
|
||||
|
||||
interface PlayButtonProps {
|
||||
onClick: () => void;
|
||||
onClick: (args: any) => void;
|
||||
}
|
||||
|
||||
const PlayButton = ({ onClick }: PlayButtonProps) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue