UNPKG

@nativeframe/react-native-native-frame

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