UNPKG
@vue-layout/link
Version:
latest (5.0.1)
5.0.1
5.0.0
0.0.0
A package containing a link component.
github.com/tada5hi/vue-layout
tada5hi/vue-layout
@vue-layout/link
/
dist
/
type.d.ts
12 lines
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
type
Options
= {};
export
type
LinkProperties
= {
active
?:
boolean
;
disabled
?:
boolean
;
href
?:
string
;
prefetch
?:
boolean
;
target
?:
string
;
to
?:
string
; [
key
:
string
]:
any
; };
export
type
{
Options
, };
//# sourceMappingURL=type.d.ts.map