UNPKG

@muzamint/superfluid-react

Version:

connect metamask and superfluid

6 lines (5 loc) 127 B
interface Props { text: string; } export declare const ExampleComponent: ({ text }: Props) => JSX.Element; export {};