UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

7 lines (6 loc) 225 B
import { PointsMaterial } from 'three'; import type { Props } from '@threlte/core'; import type { Snippet } from 'svelte'; export interface PointsMaterialProps extends Props<typeof PointsMaterial> { children?: Snippet; }