mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
fix(Button): put back target override
This commit is contained in:
1
src/runtime/types/button.d.ts
vendored
1
src/runtime/types/button.d.ts
vendored
@@ -26,4 +26,5 @@ export interface Button extends Link {
|
|||||||
leading?: boolean
|
leading?: boolean
|
||||||
square?: boolean
|
square?: boolean
|
||||||
truncate?: boolean
|
truncate?: boolean
|
||||||
|
target?: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user