5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
|
import { WithInstallType } from "../utils";
|
||
|
import Component from "./index.vue";
|
||
|
declare const component: WithInstallType<typeof Component>;
|
||
|
export default component;
|