antd-hz
Version:
华卓科技基于 antd 5.0 定制的组件库
6 lines (5 loc) • 341 B
TypeScript
import type * as React from 'react';
import type { CSSMotionProps } from 'rc-motion';
import type { NotificationPlacement } from './interface';
export declare function getPlacementStyle(placement: NotificationPlacement, top: number, bottom: number): React.CSSProperties;
export declare function getMotion(prefixCls: string): CSSMotionProps;