UNPKG

107 BTypeScriptView Raw
1export declare const enum AnimationStatus {
2 increasing = "increasing",
3 decreasing = "decreasing"
4}