UNPKG

@pilotlab/lux-attributes

Version:

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

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