UNPKG

@pilotlab/lux-attributes

Version:

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

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