UNPKG

react-native-nitro-screen-recorder

Version:

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

6 lines (5 loc) 202 B
import { ConfigProps } from '../@types'; /** * Validate a single props object. Throws on invalid types or unknown properties. */ export declare function validatePluginProps(props: ConfigProps): void;