UNPKG
@tlylt/vue-component-0
Version:
latest (0.0.1)
0.0.1
0.0.0
## Steps
github.com/tlylt/vue-component-0
tlylt/vue-component-0
@tlylt/vue-component-0
/
dist
/
types
/
index.d.ts
8 lines
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
App
}
from
"vue"
;
import
HelloWorld
from
"./components/HelloWorld.vue"
;
export
{
HelloWorld
};
declare
const
_default
: {
install
(
app
:
App
):
void
; };
export
default
_default;
//# sourceMappingURL=index.d.ts.map