react-native-theoplayer
Version:
A THEOplayer video component for react-native.
9 lines • 326 B
TypeScript
import { CachingTask } from 'react-native-theoplayer';
/**
* A convenience hook that keeps the progress value of a caching task.
*
* @category Caching
* @public
*/
export declare const useCachingTaskProgress: (task: CachingTask, debug?: boolean) => number | undefined;
//# sourceMappingURL=useCachingTaskProgress.d.ts.map