diff options
author | crupest <crupest@outlook.com> | 2021-06-15 17:14:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 17:14:04 +0800 |
commit | 0be1f595578153765d081cdb4478140da9cb8fc9 (patch) | |
tree | 1bd5f459479603df379edb7c0b55de963391c6ca /FrontEnd/src/views/common/button/TextButton.tsx | |
parent | 1f242271a98900ca0a72a13ab05efbf65090df0d (diff) | |
download | timeline-0be1f595578153765d081cdb4478140da9cb8fc9.tar.gz timeline-0be1f595578153765d081cdb4478140da9cb8fc9.tar.bz2 timeline-0be1f595578153765d081cdb4478140da9cb8fc9.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/button/TextButton.tsx')
-rw-r--r-- | FrontEnd/src/views/common/button/TextButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/button/TextButton.tsx b/FrontEnd/src/views/common/button/TextButton.tsx index 1e2b4873..1a2bac94 100644 --- a/FrontEnd/src/views/common/button/TextButton.tsx +++ b/FrontEnd/src/views/common/button/TextButton.tsx @@ -17,7 +17,7 @@ function _TextButton( }: { text: I18nText; color?: PaletteColorType; - onClick?: () => void; + onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void; className?: string; style?: React.CSSProperties; }, |