UNPKG

@pilotlab/lux-attributes

Version:

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

8 lines (3 loc) 110 B
import IMatrix2 from './iMatrix2'; export interface IMatrix3 extends IMatrix2 {} export default IMatrix3;