amis-rpc-design/node_modules/antd/es/notification/style/placement.d.ts
2023-10-07 19:42:30 +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;