mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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 {
|
||||
onClick: () => void;
|
||||
onClick: (args: any) => void;
|
||||
}
|
||||
|
||||
const PlayButton = ({ onClick }: PlayButtonProps) => {
|
||||
|
||||
Reference in New Issue
Block a user