UNPKG

@roochnetwork/rooch-sdk-kit

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