mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +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 {
|
interface PlayButtonProps {
|
||||||
onClick: () => void;
|
onClick: (args: any) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
const PlayButton = ({ onClick }: PlayButtonProps) => {
|
const PlayButton = ({ onClick }: PlayButtonProps) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue