UNPKG

@react-three/postprocessing

Version:

postprocessing wrapper for React and @react-three/fiber

13 lines (12 loc) 442 B
import { BlendFunction, Effect } from 'postprocessing'; export declare class WaterEffectImpl extends Effect { constructor({ blendFunction, factor }?: { blendFunction?: BlendFunction | undefined; factor?: number | undefined; }); } export declare const WaterEffect: ({ blendFunction, opacity, ...props }: { [x: string]: any; blendFunction?: any; opacity?: any; }) => import("react/jsx-runtime").JSX.Element;