react-native-feedback-hub
Version:
React Native feedback SDK with Slack, Jira, Discord and Microsoft Teams integration
9 lines • 363 B
TypeScript
/// <reference types="react" />
export declare function useScreenRecorder(): {
start: () => Promise<string | null>;
stop: () => Promise<string | null>;
videoUri: string | null;
setVideoUri: import("react").Dispatch<import("react").SetStateAction<string | null>>;
cleanup: () => Promise<void>;
};
//# sourceMappingURL=useScreenRecorder.d.ts.map