UNPKG

@retentful/core

Version:

This is the button widget that you import into the app

3 lines (2 loc) 209 B
import React from "react"; export declare const Feedback: ({ title, description, feedbackState, onSelectQuestion, setFeedbackState, questions, setStage, onUpdateSpecificFeedback, }: any) => React.JSX.Element;