import type { BlendFunction } from "postprocessing"; export type ScanlineEffectProps = { blendFunction?: BlendFunction; density?: number; };