fix(Button): add missing target prop to type

This commit is contained in:
Botzy 2025-02-17 17:46:13 +02:00
parent 71bd470d31
commit 72e7b7051e

View file

@ -8,6 +8,7 @@ import styles from './Button.less';
type Props = {
className?: string,
href?: string,
target?: string
title?: string,
disabled?: boolean,
tabIndex?: number,