UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

4 lines (3 loc) 204 B
export type { FeedbackFormConfig, FeedbackUserData, FeedbackPageProps } from './types'; export { generateFeedbackFormUrl, openFeedbackForm } from './utils'; export { FeedbackPage } from './FeedbackPage';