import type { BlendFunction } from "postprocessing"; export type DotScreenEffectProps = { blendFunction?: BlendFunction; angle?: number; scale?: number; };