@foxone/finance-ui
Version:
The Financial UI Component Library Based on @foxone/uikit and vuetify
8 lines (7 loc) • 302 B
TypeScript
import ConnectWallet from "./ConnectWallet";
import type { defineComponent } from '@vue/composition-api';
import type { VueConstructor } from 'vue';
export declare type ConnectWallet = ReturnType<typeof defineComponent> & {
install(app: VueConstructor<Vue>): void;
};
export default ConnectWallet;