minishouyin/node_modules/antd/es/notification/style/placement.d.ts
2025-11-12 11:35:57 +08:00

6 lines
293 B
TypeScript

import type { CSSObject } from '@ant-design/cssinjs';
import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genNotificationPlacementStyle: GenerateStyle<NotificationToken, CSSObject>;
export default genNotificationPlacementStyle;