UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

6 lines (5 loc) 528 B
import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints'; import { CssAnimationConfig, ICssAnimationOptions } from '../../cssAnimation/types/cssAnimation'; import { CssAnimationType } from '../../cssAnimation/types/variant'; import { PopoverVariantStylesType } from '../types/popoverTheme'; export declare const getAnimationConfig: (styles: PopoverVariantStylesType, device: DeviceBreakpointsType, defaultAnimation?: CssAnimationType, defaultAnimationOptions?: ICssAnimationOptions) => CssAnimationConfig;