mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(Button): add missing target prop to type
This commit is contained in:
parent
71bd470d31
commit
72e7b7051e
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import styles from './Button.less';
|
|||
type Props = {
|
||||
className?: string,
|
||||
href?: string,
|
||||
target?: string
|
||||
title?: string,
|
||||
disabled?: boolean,
|
||||
tabIndex?: number,
|
||||
|
|
|
|||
Loading…
Reference in a new issue