UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

11 lines (10 loc) 231 B
import { FC } from 'react'; interface AboutPageProps { name: string; logo: string; manifest: string; storeLink?: string; showDebugLink?: boolean; } export declare const AboutPage: FC<AboutPageProps>; export {};