@creit.tech/stellar-wallets-kit
Version:
A kit to handle all Stellar Wallets at once
12 lines • 531 B
TypeScript
import type { SwkAppRoute } from '../types/mod.js';
import type { VNode } from "preact";
export declare function resetHistory(): void;
export declare function navigateTo(nextRoute: SwkAppRoute): void;
export declare function goBack(): void;
export type MultiPageAnimatorProps = {
currentRoute: SwkAppRoute;
pages: Record<SwkAppRoute, () => VNode>;
duration?: number;
};
export declare function MultiPageAnimator({ currentRoute, pages, duration }: MultiPageAnimatorProps): VNode<{}>;
//# sourceMappingURL=router.d.ts.map