UNPKG

@pagamio/frontend-commons-lib

Version:

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

4 lines (3 loc) 141 B
import React from 'react'; import type { FeedbackPageProps } from './types'; export declare const FeedbackPage: React.FC<FeedbackPageProps>;