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