UNPKG

@roochnetwork/rooch-sdk-kit

Version:
10 lines (9 loc) 349 B
type WhatIsASessionViewProps = { getTitle: (title: string) => void; }; export declare function WhatIsASessionView({ getTitle }: WhatIsASessionViewProps): import("react/jsx-runtime").JSX.Element; export declare function Info({ name, value }: { name: string; value: number | string; }): import("react/jsx-runtime").JSX.Element; export {};