UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

5 lines (4 loc) 263 B
import type { MeshDiscardMaterialProps } from './types.js'; declare const MeshDiscardMaterial: import("svelte").Component<MeshDiscardMaterialProps, {}, "ref">; type MeshDiscardMaterial = ReturnType<typeof MeshDiscardMaterial>; export default MeshDiscardMaterial;