UNPKG

@crowdin/app-project-module

Version:

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

8 lines (7 loc) 188 B
import { FC } from 'react'; interface SubscriptionPageProps { name?: string; subscribeLink?: string; } export declare const SubscriptionPage: FC<SubscriptionPageProps>; export {};