@creit.tech/stellar-wallets-kit
Version:
A kit to handle all Stellar Wallets at once
14 lines • 694 B
TypeScript
export * from './stellar-wallets-kit';
export { StellarWalletsModal, ModalThemes } from './components/modal/stellar-wallets-modal';
export { StellarWalletsButton, ButtonThemes } from './components/button/stellar-wallets-button';
export { StellarSelectorModal } from './components/selector-modal/stellar-selector-modal';
export * from './types';
export * from './utils';
export * from './modules/xbull.module';
export * from './modules/freighter.module';
export * from './modules/albedo.module';
export * from './modules/rabet.module';
export * from './modules/lobstr.module';
export * from './modules/hana.module';
export * from './modules/hotwallet.module';
//# sourceMappingURL=index.d.ts.map