UNPKG

@pilotlab/lux-types

Version:

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

6 lines (5 loc) 196 B
import { Attribute, AttributeCollection } from '@pilotlab/lux-attributes'; export declare class Quaternion extends Attribute<AttributeCollection> { constructor(); } export default Quaternion;