UNPKG
@vuecs/link
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
A package containing a link component.
github.com/tada5hi/vuecs
tada5hi/vuecs
@vuecs/link
/
dist
/
types.d.ts
5 lines
•
199 B
TypeScript
View Raw
1
2
3
4
5
type
Options
= {};
export
type
LinkQueryValue
=
string
|
null
;
export
type
LinkQuery
=
Record
<
string
,
LinkQueryValue
|
LinkQueryValue
[]>;
export
type
{
Options
, };
//# sourceMappingURL=types.d.ts.map