UNPKG
@muzamint/superfluid-react
Version:
latest (0.0.3)
0.0.3
0.0.1
connect metamask and superfluid
mingderwang/superfluid-react
@muzamint/superfluid-react
/
dist
/
index.d.ts
6 lines
(5 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
interface
Props
{
text
:
string
; }
export
declare
const
ExampleComponent
:
(
{ text }:
Props
) =>
JSX
.
Element
;
export
{};