UNPKG

@pilotlab/lux-attributes

Version:

A luxurious user experience framework, developed by your friends at Pilot.

10 lines (5 loc) 119 B
import IPoint from './iPoint'; export interface IPoint3D extends IPoint { z:number; } export default IPoint3D;