import type { FEEDBACK_TYPES } from '../constants'; import type { RatingProps, SentimentProps, CommentProps, MoodProps, ScaleProps } from '@redocly/theme'; export type FeedbackProps = { type: FEEDBACK_TYPES; settings: (RatingProps | SentimentProps | CommentProps | MoodProps | ScaleProps)['settings']; }; //# sourceMappingURL=feedback.d.ts.map