mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Allow play button click handler to have args
This commit is contained in:
parent
c0e3174d09
commit
55937e71db
@ -39,7 +39,7 @@ const Title = ({ children }: TitleProps) => {
|
||||
};
|
||||
|
||||
interface PlayButtonProps {
|
||||
onClick: () => void;
|
||||
onClick: (args: any) => void;
|
||||
}
|
||||
|
||||
const PlayButton = ({ onClick }: PlayButtonProps) => {
|
||||
|
Loading…
Reference in New Issue
Block a user