UNPKG

lume

Version:

Build next-level interactive web applications.

8 lines (6 loc) 167 B
import {XYZValues} from './XYZValues.js' export class XYZAnyValues extends XYZValues<any> { get default() { return {x: undefined, y: undefined, z: undefined} } }