UNPKG

equinoxmedia-fuze

Version:

Common components library POC

7 lines (6 loc) 145 B
/// <reference types="react" /> interface Props { name: string; } export declare const Greeter: ({ name }: Props) => JSX.Element; export {};