UNPKG

@pilotlab/lux-attributes

Version:

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

13 lines (8 loc) 276 B
import { IAnimationBatch } from '@pilotlab/lux-animation'; import IAttribute from './iAttribute'; export interface IAttributeSetReturn { attribute:IAttribute; isChanged:boolean; animation:IAnimationBatch; } // End interface export default IAttributeSetReturn;