UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

16 lines (14 loc) 234 B
/** * List of caching tasks. * * @category Caching * @public */ import type { CachingTask } from './CachingTask'; /** * List of caching tasks. * * @category Caching * @public */ export type CachingTaskList = CachingTask[];