@archway-kit/vue
Version:
Vue components to interact with the Archway network
27 lines (26 loc) • 1 kB
TypeScript
import { ConnectOptions, ConnectorId, WalletInfo } from '@archway-kit/wallet';
import { ChainInfo } from '@keplr-wallet/types';
declare const _default: import('vue').DefineComponent<{
walletId: ConnectorId;
walletInfo?: WalletInfo;
chainInfo: ChainInfo;
linkClassName?: string;
connectOptions?: ConnectOptions;
walletconnectImage?: string;
hideCancel?: boolean;
qrCodeWrapperClassName?: string;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
error: () => any;
}, string, import('vue').PublicProps, Readonly<{
walletId: ConnectorId;
walletInfo?: WalletInfo;
chainInfo: ChainInfo;
linkClassName?: string;
connectOptions?: ConnectOptions;
walletconnectImage?: string;
hideCancel?: boolean;
qrCodeWrapperClassName?: string;
}> & Readonly<{
onError?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;