UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

12 lines (11 loc) 300 B
type Props = { onClose?: () => void; title: string; description: string; image: any; buttonText: string; onButtonPress?: () => void; minHeight?: number; }; declare const Notification: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Notification;