UNPKG
equinoxmedia-fuze
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Common components library POC
equinoxmedia-fuze
/
lib
/
components
/
Greeter
/
index.d.ts
7 lines
(6 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
interface
Props
{
name
:
string
; }
export
declare
const
Greeter
:
(
{ name }:
Props
) =>
JSX
.
Element
;
export
{};