import { wrapEffect } from '@react-three/postprocessing' import type { ComponentPropsWithoutRef } from 'react' import { DepthEffect } from '../DepthEffect' export const Depth = /*#__PURE__*/ wrapEffect(DepthEffect) export interface DepthProps extends ComponentPropsWithoutRef {}