UNPKG

@pilotlab/lux-attributes

Version:

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

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