PromoCursed/node_modules/antd/lib/notification/style/placement.d.ts
2024-08-20 23:25:37 +04: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;