UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

7 lines (6 loc) 191 B
import type { ColorRepresentation } from 'three'; export type GradientStop = { color: ColorRepresentation; offset: number; }; export type RadialGradientOuterRadius = number | 'auto';