UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 192 B
import type { Props } from '@threlte/core'; import type { ShaderMaterial } from 'three'; export type MeshDiscardMaterialProps = Omit<Props<ShaderMaterial>, 'fragmentShader' | 'vertexShader'>;