UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

4 lines (3 loc) 157 B
import React from "react"; import { CustomerType } from "../types/member"; export declare const CustomerTypeIcon: (type: CustomerType) => React.JSX.Element;