import { AnimationConfigInterface, } from './animation-config.interface'; export const ANIMATION_DEFAULTS_CONST: AnimationConfigInterface = { animationTimings: '200ms', };