placement.d.ts 293 B

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