UNPKG
@onethousandswaps-libs/uikit
Version:
latest (1.0.0)
1.0.0
User interface package for One THousand Swaps apps
@onethousandswaps-libs/uikit
/
components
/
Link
/
types.ts
7 lines
(5 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
AnchorHTMLAttributes
}
from
"react"
;
import
{
TextProps
}
from
"../Text"
;
export
interface
LinkProps
extends
TextProps
,
AnchorHTMLAttributes
<
HTMLAnchorElement
> {
external
?:
boolean
; }