steem-auth-vue-temp
Version:
A Vue 3 authentication component for Steem blockchain and Echelon sidechain
12 lines (10 loc) • 521 B
TypeScript
import { App } from 'vue';
import { default as SteemAuth } from './components/SteemAuth.vue';
import { default as SteemTransactions } from './components/SteemTransactions.vue';
import { default as EchelonTransactions } from './components/EchelonTransactions.vue';
import { useAuthStore, provideAuthStore } from './stores/auth';
export { SteemAuth, SteemTransactions, EchelonTransactions, useAuthStore, provideAuthStore };
declare const _default: {
install: (app: App<any>) => void;
};
export default _default;