@pilotlab/lux-types
Version:
A luxurious user experience framework, developed by your friends at Pilot.
11 lines (10 loc) • 450 B
TypeScript
import { Attribute, AttributeCollection } from '@pilotlab/lux-attributes';
export declare class Matrix2 extends Attribute<AttributeCollection> {
constructor(x?: number, y?: number, z?: number);
}
export declare class Matrix3 extends Attribute<AttributeCollection> {
constructor(x?: number, y?: number, z?: number);
}
export declare class Matrix4 extends Attribute<AttributeCollection> {
constructor(x?: number, y?: number, z?: number);
}