UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

7 lines (6 loc) 198 B
type InfoSectionProps = { title: string; children: string; }; export declare function InfoSection({ title, children }: InfoSectionProps): import("react/jsx-runtime").JSX.Element; export {};