UNPKG

@react-three/postprocessing

Version:

postprocessing wrapper for React and @react-three/fiber

12 lines (11 loc) 475 B
/// <reference types="react" /> import { TextureEffect } from 'postprocessing'; export declare const Texture: import("react").ForwardRefExoticComponent<{ blendFunction?: import("postprocessing").BlendFunction | undefined; texture?: import("three").Texture | undefined; aspectCorrection?: boolean | undefined; } & { textureSrc: string; /** opacity of provided texture */ opacity?: number | undefined; } & import("react").RefAttributes<TextureEffect>>;