UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

10 lines (9 loc) 260 B
import React from "react"; import { Recipient } from "../types/recipient"; interface RecipientCard { recipient: Recipient; email?: string; phone?: string; } export declare const RecipientCard: React.FC<RecipientCard>; export default RecipientCard;