UNPKG

@roochnetwork/rooch-sdk-kit

Version:
12 lines (11 loc) 459 B
import { Session } from '@roochnetwork/rooch-sdk'; type ConnectionStatusProps = { selectedSession: Session; removedCallback: (session: Session) => void; }; export declare function SessionView({ selectedSession, removedCallback }: ConnectionStatusProps): import("react/jsx-runtime.js").JSX.Element; export declare function Info({ name, value }: { name: string; value: number | string; }): import("react/jsx-runtime.js").JSX.Element; export {};