mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Allow play button click handler to have args
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user