UNPKG

react-native-nitro-screen-recorder

Version:

A library to capture screen recordings with react-native powered by NitroModules.

6 lines (5 loc) 199 B
export declare class ScreenRecorderLog { private static readonly PLUGIN; static log(message: string, ...optional: any[]): void; static error(message: string, ...optional: any[]): void; }