UNPKG

@nativeframe/react-native-native-frame

Version:
12 lines 460 B
import type { HostComponent, ViewProps } from 'react-native'; import type { BubblingEventHandler } from 'react-native/Libraries/Types/CodegenTypes'; export interface NativeProps extends ViewProps { playerParams?: { hls: string; webrtc: string; }; onClicked?: BubblingEventHandler<{}> | null; } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=NFManifestPlayerNativeComponent.d.ts.map