Files
planet/frontend/node_modules/antd/es/notification/style/placement.d.ts
2026-03-05 11:46:58 +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;