UNPKG

@roochnetwork/rooch-sdk-kit

Version:
6 lines (5 loc) 211 B
type LocalWalletConnectViewProps = { onConnect: () => void; }; export declare function LocalWalletConnectView({ onConnect }: LocalWalletConnectViewProps): import("react/jsx-runtime").JSX.Element; export {};