UNPKG

@crowdin/app-project-module

Version:

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

10 lines (9 loc) 183 B
import { FC } from 'react'; interface HeadProps { sentryData?: { dsn: string; appIdentifier: string; }; } export declare const Head: FC<HeadProps>; export {};