@sbaiahmed1/react-native-blur
Version:
React native modern blur view
9 lines • 561 B
TypeScript
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