Files
video-gen/video-gen-admin/node_modules/antd/lib/notification/style/placement.d.ts
T
2026-05-25 17:08:18 +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;