/** * Entity Feedback frontend plugin * * @packageDocumentation */ export type { LikeDislikeButtonsProps, LikeDislikeRatingsTableProps, EntityFeedbackResponse, FeedbackResponseDialogProps, FeedbackResponseTableProps, StarredRatingButtonsProps, StarredRatingsTableProps, } from './components'; export * from './plugin'; export * from './api';