UNPKG

@nativeframe/react-native-native-frame

Version:
9 lines 398 B
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