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
/
vue.d.ts
7 lines
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
VCLink
}
from
'./component'
;
declare
module
'vue'
{
interface
GlobalComponents
{
VCLink
:
typeof
VCLink
; } }
//# sourceMappingURL=vue.d.ts.map