@archway-kit/vue
Version:
Vue components to interact with the Archway network
8 lines (7 loc) • 431 B
TypeScript
import { WalletType } from '@archway-kit/wallet';
declare const _default: import('vue').DefineComponent<{
walletType?: WalletType;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
walletType?: WalletType;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;