UNPKG

@sbaiahmed1/react-native-blur

Version:
9 lines 561 B
import React from 'react'; import { View } from 'react-native'; import type { LiquidGlassContainerProps } from './LiquidGlassContainer'; export type { LiquidGlassContainerProps } from './LiquidGlassContainer'; /** Ref to the root view of the web liquid glass container. */ export type LiquidGlassContainerRef = React.ComponentRef<typeof View>; export declare const LiquidGlassContainer: React.NamedExoticComponent<LiquidGlassContainerProps & React.RefAttributes<View>>; export default LiquidGlassContainer; //# sourceMappingURL=LiquidGlassContainer.web.d.ts.map