rn-liquid-glass-view
Version:
iOS-only React Native liquid glass effect
8 lines • 427 B
TypeScript
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