@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
14 lines (13 loc) • 640 B
TypeScript
export declare const makeExtentionCall: (extentionType: string, callMethod: string, extentionAction: string, parameters: any) => Promise<Object>;
export declare const messageStatus: Readonly<{
inprogress: "inprogress";
success: "success";
error: "error";
}>;
export declare const emailPattern: string;
export declare const urlPattern: string;
export declare const phoneNumPattern: string;
export declare const ID: () => string;
export declare const getUnixTimestamp: () => number;
export declare const getUnixTimestampInMilliseconds: () => number;
export declare const formatBytes: (bytes: number, decimals?: number) => string;