UNPKG

react-native-video

Version:
7 lines (6 loc) 154 B
declare enum TextTrackType { SUBRIP = "application/x-subrip", TTML = "application/ttml+xml", VTT = "text/vtt" } export default TextTrackType;