UNPKG

@pilotlab/lux-attributes

Version:

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

11 lines (10 loc) 414 B
import { Attribute } from '@pilotlab/lux-attributes'; export declare class Matrix2 extends Attribute { constructor(x?: number, y?: number, z?: number, label?: string); } export declare class Matrix3 extends Attribute { constructor(x?: number, y?: number, z?: number, label?: string); } export declare class Matrix4 extends Attribute { constructor(x?: number, y?: number, z?: number, label?: string); }