UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

8 lines (7 loc) 213 B
import React from "react"; export interface CardSaveButtonProps { label?: string; onClick?: () => void; } export declare const CardSaveButton: React.FC<CardSaveButtonProps>; export default CardSaveButton;