UNPKG

@pilotlab/lux-attributes

Version:

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

5 lines (4 loc) 107 B
import IMatrix3 from './iMatrix3'; export interface IMatrix4 extends IMatrix3 { } export default IMatrix4;