UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

8 lines (7 loc) 331 B
type KnownAnimationEventStates = "void" | true | false; export interface TypedAnimationEvent extends Omit<AnimationEvent, "toState" | "fromState"> { toState: KnownAnimationEventStates; fromState: KnownAnimationEventStates; } export declare const fadeIn: import("@angular/animations").AnimationTriggerMetadata[]; export {};