@nativeframe/react-native-native-frame
Version:
React native package for streaming
9 lines • 398 B
TypeScript
import type { HostComponent, ViewProps } from 'react-native';
import type { BubblingEventHandler } from 'react-native/Libraries/Types/CodegenTypes';
export interface NativeProps extends ViewProps {
text?: string;
onClicked?: BubblingEventHandler<{}> | null;
}
declare const _default: HostComponent<NativeProps>;
export default _default;
//# sourceMappingURL=NFButtonNativeComponent.d.ts.map