UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

6 lines (5 loc) 125 B
export type ColorStop = { color: string; offset: number; }; export type RadialGradientOuterRadius = number | 'auto';