mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-13 06:01:39 +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 = {
|
type Props = {
|
||||||
className?: string,
|
className?: string,
|
||||||
href?: string,
|
href?: string,
|
||||||
|
target?: string
|
||||||
title?: string,
|
title?: string,
|
||||||
disabled?: boolean,
|
disabled?: boolean,
|
||||||
tabIndex?: number,
|
tabIndex?: number,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue