UNPKG

@retentful/core

Version:

This is the button widget that you import into the app

8 lines (7 loc) 168 B
import React from "react"; interface ModalProps { children: React.ReactNode; onDiscard: any; } declare const Modal: React.FC<ModalProps>; export default Modal;