UNPKG

pope-test-callkit2

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

11 lines (10 loc) 271 B
export declare const CallTips: any; export declare const languageData: languageDataType; export declare function t(key: any): string; interface languageItemType { [key: string]: string; } interface languageDataType { [key: string]: languageItemType; } export {};