first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/notification/util.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/notification/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type * as React from 'react';
|
||||
import type { CSSMotionProps } from 'rc-motion';
|
||||
import type { NotificationConfig, NotificationPlacement } from './interface';
|
||||
import type { NotificationConfig as CPNotificationConfig } from '../config-provider/context';
|
||||
export declare function getPlacementStyle(placement: NotificationPlacement, top: number, bottom: number): React.CSSProperties;
|
||||
export declare function getMotion(prefixCls: string): CSSMotionProps;
|
||||
export declare function getCloseIconConfig(closeIcon: React.ReactNode, notificationConfig?: NotificationConfig, notification?: CPNotificationConfig): React.ReactNode;
|
||||
Reference in New Issue
Block a user