UNPKG

165 BTypeScriptView Raw
1import type { IColorAnimation } from "./IColorAnimation";
2export interface IHslAnimation {
3 h: IColorAnimation;
4 l: IColorAnimation;
5 s: IColorAnimation;
6}