UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

6 lines (5 loc) 368 B
import type { CSSProperties } from 'vue'; import type { NotificationPlacement } from './interface'; import type { CSSMotionProps } from '../_util/transition'; export declare function getPlacementStyle(placement: NotificationPlacement, top: number | string, bottom: number | string): CSSProperties; export declare function getMotion(prefixCls: string): CSSMotionProps;