UNPKG

rn-liquid-glass-view

Version:
8 lines 427 B
import type { ViewProps } from 'react-native'; import type { BubblingEventHandler } from 'react-native/Libraries/Types/CodegenTypes'; interface NativeProps extends ViewProps { onPress?: BubblingEventHandler<{}>; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default; //# sourceMappingURL=LiquidGlassViewNativeComponent.d.ts.map