UNPKG

@nativeframe/react-native-native-frame

Version:
8 lines 285 B
import type { HostComponent, ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { hls?: string; webm?: string; } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=NFVideoPlayerNativeComponent.d.ts.map